Show / Hide Table of Contents

Class ContentSecurityPolicyHashValue

Represents a hash of a source in content security policy.

Inheritance
Object
ContentSecurityPolicyHashValue
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public class ContentSecurityPolicyHashValue

Properties

Base64Value

Gets or sets the base64 encoded hash value.

Declaration
public string Base64Value { get; set; }
Property Value
String

HashAlgorithm

Gets or sets the hash algorithm that is used to create the value (which is base64 encoded in Base64Value).

Declaration
public ContentSecurityPolicyHashAlgorithm HashAlgorithm { get; set; }
Property Value
ContentSecurityPolicyHashAlgorithm

Methods

ToString()

Creates and returns the hash source.

Declaration
public override string ToString()
Returns
String

The hash source.

Overrides
System.Object.ToString()
Back to top Generated by DocFX