3 writes to _safeKeyHandle
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (3)
130_safeKeyHandle = null; 160_safeKeyHandle = hKey; 179_safeKeyHandle = value;
8 references to _safeKeyHandle
System.Security.Cryptography (8)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (8)
129SafeCapiKeyHandle? keyHandle = _safeKeyHandle; 144if (_safeKeyHandle == null) 148if (_safeKeyHandle == null) 165return _safeKeyHandle; 172SafeCapiKeyHandle? current = _safeKeyHandle; 277if (_safeKeyHandle != null && !_safeKeyHandle.IsClosed) 279_safeKeyHandle.Dispose();