5 references to RedactorProviderOptions
Microsoft.Extensions.Compliance.Redaction (5)
RedactionBuilder.cs (2)
42_ = Services.Configure<RedactorProviderOptions>(options => options.Redactors[c] = redactorType); 52_ = Services.Configure<RedactorProviderOptions>(options => options.FallbackRedactor = typeof(T));
RedactionServiceCollectionExtensions.cs (1)
39.AddOptions<RedactorProviderOptions>()
RedactorProvider.cs (2)
20public RedactorProvider(IEnumerable<Redactor> redactors, IOptions<RedactorProviderOptions> options) 22var value = Throw.IfMemberNull(options, options.Value);