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. |