4 writes to KeyId
Microsoft.Extensions.Compliance.Redaction.Tests (4)
HmacRedactorTest.cs (4)
36
KeyId
= 101
58
KeyId
= 101
73
KeyId
= 101
101
options.
KeyId
= example.KeyId;
3 references to KeyId
Microsoft.Extensions.Compliance.Redaction (2)
HmacRedactor.cs (2)
48
_keyId = value.
KeyId
.HasValue ? value.
KeyId
.Value.ToInvariantString() + ':' : string.Empty;
Microsoft.Extensions.Compliance.Redaction.Tests (1)
HmacRedactorTest.cs (1)
23
{ $"{nameof(HmacRedactorOptions)}:{nameof(redactorOptions.
KeyId
)}", keyId.ToString(CultureInfo.InvariantCulture) },