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