2 writes to _safeProvHandle
System.Security.Cryptography (2)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
93_safeProvHandle = hProv; 121_safeProvHandle = value;
8 references to _safeProvHandle
System.Security.Cryptography (8)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (8)
81if (_safeProvHandle == null) 85if (_safeProvHandle == null) 97return _safeProvHandle; 100return _safeProvHandle; 106SafeProvHandle? current = _safeProvHandle; 288if (_safeProvHandle != null && !_safeProvHandle.IsClosed) 290_safeProvHandle.Dispose();