Interface ISecurityHttpHeader
Represents a security related HTTP header.
Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public interface ISecurityHttpHeader : IHttpHeader
Properties
Skip
Gets or sets if the security header should be skiped for a specific request.
Declaration
bool Skip { get; set; }
Property Value
Boolean
|