2 writes to _safeProvHandle
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
107_safeProvHandle = hProv; 135_safeProvHandle = value;
8 references to _safeProvHandle
System.Security.Cryptography (8)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (8)
95if (_safeProvHandle == null) 99if (_safeProvHandle == null) 111return _safeProvHandle; 114return _safeProvHandle; 120SafeProvHandle? current = _safeProvHandle; 282if (_safeProvHandle != null && !_safeProvHandle.IsClosed) 284_safeProvHandle.Dispose();