1 override of Key
System.Security.Cryptography (1)
System\Security\Cryptography\HMAC.cs (1)
53public override byte[] Key
3 writes to Key
Microsoft.AspNetCore.DataProtection (1)
Managed\ManagedAuthenticatedEncryptor.cs (1)
155retVal.Key = key;
System.Security.Cryptography (1)
System\Security\Cryptography\HMAC.cs (1)
56set => base.Key = value;
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
68keyedHashAlgorithm.Key = key;
1 reference to Key
System.Security.Cryptography (1)
System\Security\Cryptography\HMAC.cs (1)
55get => base.Key;