1 write to _hashKey
Microsoft.Extensions.Compliance.Redaction (1)
HmacRedactor.cs (1)
46_hashKey = Convert.FromBase64String(value.Key);
1 reference to _hashKey
Microsoft.Extensions.Compliance.Redaction (1)
HmacRedactor.cs (1)
75return CreateSha256Hash(source, destination[_keyId.Length..], _hashKey) + _keyId.Length;