8 references to HmacExamples
Microsoft.Extensions.Compliance.Redaction.Tests (8)
HmacRedactorExtensionsTests.cs (3)
17
.AddRedaction(redaction => redaction.SetHmacRedactor(o => o.Key = HmacRedactorTest.
HmacExamples
[0].Key, FakeTaxonomy.PrivateData))
32
var section = HmacRedactorTest.GetRedactorConfiguration(new ConfigurationBuilder(), HmacRedactorTest.
HmacExamples
[0].KeyId, HmacRedactorTest.
HmacExamples
[0].Key);
HmacRedactorTest.cs (5)
35
Key =
HmacExamples
[0].Key,
57
Key =
HmacExamples
[0].Key,
72
Key =
HmacExamples
[0].Key,
93
foreach (var example in
HmacExamples
)
121
foreach (var example in
HmacExamples
)