3 writes to _key
System.Security.Cryptography (3)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (3)
71_key = key; 96_key = null; 107_key = null;
4 references to _key
System.Security.Cryptography (4)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (4)
274if (_key is null) 283return CngHelpers.Duplicate(_key.HandleNoDuplicate, _key.IsEphemeral); 287private readonly bool KeyInPlainText => _keyName is null && _key is null;