Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
LoggingRedactionOptions.RequestHeadersDataClasses Property
Definition
- Namespace:
- Microsoft.AspNetCore.Diagnostics.Logging
- Assembly:
- Microsoft.AspNetCore.Diagnostics.Middleware.dll
- Package:
- Microsoft.AspNetCore.Diagnostics.Middleware v10.0.0
- Package:
- Microsoft.AspNetCore.Diagnostics.Middleware v10.6.0
- Package:
- Microsoft.AspNetCore.Diagnostics.Middleware v9.8.0
- Source:
- LoggingRedactionOptions.cs
- Source:
- LoggingRedactionOptions.cs
- Source:
- LoggingRedactionOptions.cs
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a map between request headers to be logged and their data classification.
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Compliance.Classification.DataClassification> RequestHeadersDataClasses { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.RequestHeadersDataClasses : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Compliance.Classification.DataClassification> with get, set
Public Property RequestHeadersDataClasses As IDictionary(Of String, DataClassification)
Property Value
The default value is an empty dictionary, which means that no request header is logged by default.
- Attributes
Applies to
Feedback
Was this page helpful?
