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)
115
SafeCapiKeyHandle? keyHandle =
_safeKeyHandle
;
130
if (
_safeKeyHandle
== null)
134
if (
_safeKeyHandle
== null)
151
return
_safeKeyHandle
;
158
SafeCapiKeyHandle? current =
_safeKeyHandle
;
283
if (
_safeKeyHandle
!= null && !
_safeKeyHandle
.IsClosed)
285
_safeKeyHandle
.Dispose();