Show / Hide Table of Contents

Namespace IRM.AspNetCore.Http.Headers

Classes

ContentSecurityPolicyBaseUri

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.

ContentSecurityPolicyHeader

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.

ContentSecurityPolicySandbox

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.

XContentTypeOptionsHeader

Represents the X-Content-Type-Options HTTP header.

XFrameOptionsHeader

Represents the X-Frame-Options HTTP header.

Interfaces

IContentSecurityPolicyNonceService

Represents a service that is used to create a unique nonce for each request.

IHttpHeader

Represents a HTTP header.

ISecurityHttpHeader

Represents a security related HTTP header.

Enums

ContentSecurityPolicyHashAlgorithm

Represents the possbile hash algorithm that can be used to create the hash values.

XFrameOptionsValues

Represents the possbile values for the X-Frame-Options HTTP header.

Back to top Generated by DocFX