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