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