Show / Hide Table of Contents

Interface IContentSecurityPolicyNonceService

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

Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public interface IContentSecurityPolicyNonceService

Methods

GetNonce()

Should create a unique nonce value for each request.

Declaration
string GetNonce()
Returns
String

Back to top Generated by DocFX