AntiforgeryTokenSet Class

Definition

The antiforgery token pair (cookie and request token) for a request.

public ref class AntiforgeryTokenSet
public class AntiforgeryTokenSet
type AntiforgeryTokenSet = class
Public Class AntiforgeryTokenSet
Inheritance
AntiforgeryTokenSet

Constructors

AntiforgeryTokenSet(String, String, String, String)

Creates the antiforgery token pair (cookie and request token) for a request.

Properties

CookieToken

Gets the cookie token.

FormFieldName

Gets the name of the form field used for the request token.

HeaderName

Gets the name of the header used for the request token.

RequestToken

Gets the request token.

Applies to