1 override of Key
System.Security.Cryptography (1)
System\Security\Cryptography\HMAC.cs (1)
53
public override byte[]
Key
4 writes to Key
Microsoft.AspNetCore.DataProtection (3)
Managed\ManagedAuthenticatedEncryptor.cs (3)
161
retVal.
Key
= key;
427
validationAlgorithm.
Key
= validationSubkeyArray ?? validationSubkey.ToArray();
512
validationAlgorithm.
Key
= validationSubkeyArray ?? validationSubkey.ToArray();
System.Security.Cryptography (1)
System\Security\Cryptography\HMAC.cs (1)
56
set => base.
Key
= value;
1 reference to Key
System.Security.Cryptography (1)
System\Security\Cryptography\HMAC.cs (1)
55
get => base.
Key
;