Compartilhar via


AntiforgeryTokenSet Classe

Definição

O par de tokens antiforgery (cookie e token de solicitação) para uma solicitação.

public ref class AntiforgeryTokenSet
public class AntiforgeryTokenSet
type AntiforgeryTokenSet = class
Public Class AntiforgeryTokenSet
Herança
AntiforgeryTokenSet

Construtores

AntiforgeryTokenSet(String, String, String, String)

Cria o par de tokens antiforgery (cookie e token de solicitação) para uma solicitação.

Propriedades

CookieToken

Obtém o token de cookie.

FormFieldName

Obtém o nome do campo de formulário usado para o token de solicitação.

HeaderName

Obtém o nome do cabeçalho usado para o token de solicitação.

RequestToken

Obtém o token de solicitação.

Aplica-se a