Namespace IRM.AspNetCore.Http.Headers
Classes
|
Represents the base-uri of the Content Security Policy. |
|
ContentSecurityPolicyConfiguration Represents the configuration of all directives of the Content Security Policy. |
|
ContentSecurityPolicyConnectSource Represents the connect-src of the Content Security Policy. |
|
ContentSecurityPolicyDefaultSource Represents the default-src of the Content Security Policy. |
|
ContentSecurityPolicyDirective Represents a base for all directives in a Content Security Policy. |
|
ContentSecurityPolicyFontSource Represents the font-src of the Content Security Policy. |
|
ContentSecurityPolicyFormAction Represents the form-action of the Content Security Policy. |
|
ContentSecurityPolicyFrameAncestors Represents the frame-ancestors of the Content Security Policy. |
|
ContentSecurityPolicyFrameSource Represents the frame-src of the Content Security Policy. |
|
ContentSecurityPolicyHashValue Represents a hash of a source in content security policy. |
|
Represents the Content-Security-Policy HTTP header. |
|
ContentSecurityPolicyHeaderBuilder Helper functions for configuring content security policy. |
|
ContentSecurityPolicyImgSource Represents the manifest-src of the Content Security Policy. |
|
ContentSecurityPolicyManifestSource Represents the manifest-src of the Content Security Policy. |
|
ContentSecurityPolicyMediaSource Represents the media-src of the Content Security Policy. |
|
ContentSecurityPolicyMediaType Represents a MIME type in the plugin-types directive in content security policy. |
|
ContentSecurityPolicyObjectSource Represents the object-src of the Content Security Policy. |
|
ContentSecurityPolicyPluginTypes Represents the plugin-types of the Content Security Policy. |
|
ContentSecurityPolicyPrefetchSource Represents the prefetch-src of the Content Security Policy. |
|
Represents the sandbox directive of the Content Security Policy. |
|
ContentSecurityPolicyScriptSource Represents the script-src of the Content Security Policy. |
|
ContentSecurityPolicySourceDirective Represents a base for directives where the parts are one or more source. |
|
ContentSecurityPolicyStyleSource Represents the style-src of the Content Security Policy. |
|
ContentSecurityPolicyUnsafeInlineSourceDirective Represents a base for source directives that supports unsafe-inline, hash and nonce parts where the parts are one or more source. |
|
ContentSecurityPolicyWorkerSource Represents the worker-src of the Content Security Policy. |
|
DefaultContentSecurityPolicyNonceService Represents the default Content Security Policy nonce service. |
|
Represents the X-Content-Type-Options HTTP header. |
|
Represents the X-Frame-Options HTTP header. |
Interfaces
|
IContentSecurityPolicyNonceService Represents a service that is used to create a unique nonce for each request. |
|
Represents a HTTP header. |
|
Represents a security related HTTP header. |
Enums
|
ContentSecurityPolicyHashAlgorithm Represents the possbile hash algorithm that can be used to create the hash values. |
|
Represents the possbile values for the X-Frame-Options HTTP header. |