2 writes to _safeProvHandle
System.Security.Cryptography (2)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
93
_safeProvHandle
= hProv;
121
_safeProvHandle
= value;
8 references to _safeProvHandle
System.Security.Cryptography (8)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (8)
81
if (
_safeProvHandle
== null)
85
if (
_safeProvHandle
== null)
97
return
_safeProvHandle
;
100
return
_safeProvHandle
;
106
SafeProvHandle? current =
_safeProvHandle
;
288
if (
_safeProvHandle
!= null && !
_safeProvHandle
.IsClosed)
290
_safeProvHandle
.Dispose();