Delen via


ClientLoggingOptions.AllowedQueryParameters Property

Definition

Gets or sets a list of query parameter names that are not redacted during logging.

public System.Collections.Generic.IList<string> AllowedQueryParameters { get; }
member this.AllowedQueryParameters : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedQueryParameters As IList(Of String)

Property Value

Defaults to a list of common query parameters that do not typically hold sensitive information.

Applies to