4 writes to KeyId
Microsoft.Extensions.Compliance.Redaction.Tests (4)
HmacRedactorTest.cs (4)
36KeyId = 101 58KeyId = 101 73KeyId = 101 101options.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) },