3 writes to _key
System.Core (3)
System\Security\Cryptography\RsaCng.cs (3)
88_key = null; 103_key = CngKey.Create(CngAlgorithm.Rsa, null, creationParameters); 122_key = value;
10 references to _key
System.Core (10)
System\Security\Cryptography\RsaCng.cs (10)
85if (_key != null && _key.KeySize != KeySize) 87_key.Dispose(); 92if (_key == null) 106return _key; 117if (_key != null) 119_key.Dispose(); 138KeySizeValue = _key.KeySize; 154if (disposing && _key != null) 156_key.Dispose();