Class XPermittedCrossDomainPoliciesHeaderValue
Represents value of X-Permitted-Cross-Domain-Policies header which is used for informing Adobe products (PDF, Flash) as to how to handle cross domain policies.
Inheritance
System.Object
    XPermittedCrossDomainPoliciesHeaderValue
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Lib.AspNetCore.Security.Http.Headers
Assembly: Lib.AspNetCore.Security.dll
Syntax
public class XPermittedCrossDomainPoliciesHeaderValueConstructors
XPermittedCrossDomainPoliciesHeaderValue(XPermittedCrossDomainPoliciesDirectives)
Instantiates a new XPermittedCrossDomainPoliciesHeaderValue.
Declaration
public XPermittedCrossDomainPoliciesHeaderValue(XPermittedCrossDomainPoliciesDirectives directive)Parameters
| Type | Name | Description | 
|---|---|---|
| XPermittedCrossDomainPoliciesDirectives | directive | The directive. | 
Properties
Directive
Gets or sets the directive.
Declaration
public XPermittedCrossDomainPoliciesDirectives Directive { get; set; }Property Value
| Type | Description | 
|---|---|
| XPermittedCrossDomainPoliciesDirectives | 
Methods
ToString()
Gets the string representation of header value.
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | The string representation of header value. | 
Overrides
System.Object.ToString()