6 writes to Key
Microsoft.Extensions.Compliance.Redaction (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (1)
100
instance.
Key
= value2;
Microsoft.Extensions.Compliance.Redaction.Tests (5)
HmacRedactorExtensionsTests.cs (1)
17
.AddRedaction(redaction => redaction.SetHmacRedactor(o => o.
Key
= HmacRedactorTest.HmacExamples[0].Key, FakeTaxonomy.PrivateData))
HmacRedactorTest.cs (4)
35
Key
= HmacExamples[0].Key,
57
Key
= HmacExamples[0].Key,
72
Key
= HmacExamples[0].Key,
100
options.
Key
= example.Key;
3 references to Key
Microsoft.Extensions.Compliance.Redaction (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
29
if (!global::System.ComponentModel.DataAnnotations.Validator.TryValidateValue(options.
Key
, context, validationResults, validationAttributes))
HmacRedactor.cs (1)
46
_hashKey = Convert.FromBase64String(value.
Key
);
Microsoft.Extensions.Compliance.Redaction.Tests (1)
HmacRedactorTest.cs (1)
24
{ $"{nameof(HmacRedactorOptions)}:{nameof(redactorOptions.
Key
)}", key },