2 references to GetRedactorConfiguration
Microsoft.Extensions.Compliance.Redaction.Tests (2)
HmacRedactorExtensionsTests.cs (1)
32var section = HmacRedactorTest.GetRedactorConfiguration(new ConfigurationBuilder(), HmacRedactorTest.HmacExamples[0].KeyId, HmacRedactorTest.HmacExamples[0].Key);
HmacRedactorTest.cs (1)
126var section = GetRedactorConfiguration(new ConfigurationBuilder(), example.KeyId, example.Key);