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)
75
return CreateSha256Hash(source, destination[_keyId.Length..],
_hashKey
) + _keyId.Length;