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)
274
if (
_key
is null)
283
return CngHelpers.Duplicate(
_key
.HandleNoDuplicate,
_key
.IsEphemeral);
287
private readonly bool KeyInPlainText => _keyName is null &&
_key
is null;