Home HttpContextAgentSignatureOptions Class
Post
Cancel

HttpContextAgentSignatureOptions Class

Definition

Namespace: EntityDb.Mvc.Agents
Assembly: EntityDb.Mvc

Configuration options for the Http Context agent.

1
public class HttpContextAgentSignatureOptions

Inheritance: Object

Properties

RedactedHeaders If there is a header whose value is sensitive and should not be recorded in the agent signature, put it in this array.
RedactedQueryStringParams If there is a query string param whose value is sensitive and should not be recorded in the agent signature, put it in this array.
RedactedValue Redacted information will be substituted with this value.
This post is licensed under CC BY 4.0 by the author.