Show / Hide Table of Contents

Class ContentSecurityPolicyInlineExecutionExtensions

Extensions for ContentSecurityPolicyInlineExecution.

Inheritance
System.Object
ContentSecurityPolicyInlineExecutionExtensions
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)
System.Object.ToString()
Namespace: Lib.AspNetCore.Security.Http.Headers
Assembly: Lib.AspNetCore.Security.dll
Syntax
public static class ContentSecurityPolicyInlineExecutionExtensions

Methods

IsHashBased(ContentSecurityPolicyInlineExecution)

Returns value indicating if inline execution mode is one of hash based ones.

Declaration
public static bool IsHashBased(this ContentSecurityPolicyInlineExecution inlineExecution)
Parameters
Type Name Description
ContentSecurityPolicyInlineExecution inlineExecution

The inline execution mode.

Returns
Type Description
System.Boolean

True if inline execution mode is hash based, otherwise false.

Back to top Copyright © 2016 - 2023 Tomasz Pęczek