3 writes to _safeKeyHandle
System.Security.Cryptography (3)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (3)
116_safeKeyHandle = null; 146_safeKeyHandle = hKey; 165_safeKeyHandle = value;
8 references to _safeKeyHandle
System.Security.Cryptography (8)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (8)
115SafeCapiKeyHandle? keyHandle = _safeKeyHandle; 130if (_safeKeyHandle == null) 134if (_safeKeyHandle == null) 151return _safeKeyHandle; 158SafeCapiKeyHandle? current = _safeKeyHandle; 283if (_safeKeyHandle != null && !_safeKeyHandle.IsClosed) 285_safeKeyHandle.Dispose();