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)) 32var section = HmacRedactorTest.GetRedactorConfiguration(new ConfigurationBuilder(), HmacRedactorTest.HmacExamples[0].KeyId, HmacRedactorTest.HmacExamples[0].Key);
HmacRedactorTest.cs (5)
35Key = HmacExamples[0].Key, 57Key = HmacExamples[0].Key, 72Key = HmacExamples[0].Key, 93foreach (var example in HmacExamples) 121foreach (var example in HmacExamples)