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)
129
SafeCapiKeyHandle? keyHandle =
_safeKeyHandle
;
144
if (
_safeKeyHandle
== null)
148
if (
_safeKeyHandle
== null)
165
return
_safeKeyHandle
;
172
SafeCapiKeyHandle? current =
_safeKeyHandle
;
277
if (
_safeKeyHandle
!= null && !
_safeKeyHandle
.IsClosed)
279
_safeKeyHandle
.Dispose();