3 references to BindDataClassifications
Microsoft.AspNetCore.Diagnostics.Middleware (3)
Logging\Internal\LoggingRedactionOptionsConfigureOptions.cs (3)
43
BindDataClassifications
(_section.GetSection(nameof(LoggingRedactionOptions.RouteParameterDataClasses)), options.RouteParameterDataClasses);
44
BindDataClassifications
(_section.GetSection(nameof(LoggingRedactionOptions.RequestHeadersDataClasses)), options.RequestHeadersDataClasses);
45
BindDataClassifications
(_section.GetSection(nameof(LoggingRedactionOptions.ResponseHeadersDataClasses)), options.ResponseHeadersDataClasses);