1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\RSABCrypt.cs (1)
67
SafeBCryptKeyHandle? oldKey = Interlocked.Exchange(ref
_key
, newKey);
3 references to _key
System.Security.Cryptography (3)
System\Security\Cryptography\RSABCrypt.cs (3)
34
_key
?.Dispose();
47
Debug.Assert(
_key
!= null);
48
return
_key
;