Interface IAntiForgery
Namespace: DotNetNuke.Web.Api.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public interface IAntiForgery
Properties
CookieName
Declaration
string CookieName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Validate(string, string)
Declaration
void Validate(string cookieToken, string headerToken)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cookieToken | |
| string | headerToken |