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)
95
if (
_safeProvHandle
== null)
99
if (
_safeProvHandle
== null)
111
return
_safeProvHandle
;
114
return
_safeProvHandle
;
120
SafeProvHandle? current =
_safeProvHandle
;
282
if (
_safeProvHandle
!= null && !
_safeProvHandle
.IsClosed)
284
_safeProvHandle
.Dispose();