1 write to FallbackRedactor
Microsoft.Extensions.Compliance.Redaction (1)
RedactionBuilder.cs (1)
52
_ = Services.Configure<RedactorProviderOptions>(options => options.
FallbackRedactor
= typeof(T));
1 reference to FallbackRedactor
Microsoft.Extensions.Compliance.Redaction (1)
RedactorProvider.cs (1)
25
_fallbackRedactor = GetFallbackRedactor(redactors, options.Value.
FallbackRedactor
);