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