1 write to _keyId
Microsoft.Extensions.Compliance.Redaction (1)
HmacRedactor.cs (1)
48
_keyId
= value.KeyId.HasValue ? value.KeyId.Value.ToInvariantString() + ':' : string.Empty;
4 references to _keyId
Microsoft.Extensions.Compliance.Redaction (4)
HmacRedactor.cs (4)
49
_redactedLength = Base64HashLength +
_keyId
.Length;
75
_keyId
.AsSpan().CopyTo(destination);
76
return CreateSha256Hash(source, destination[
_keyId
.Length..], _hashKey) +
_keyId
.Length;