AntiforgeryTokenSet Classe

Definizione

Coppia di token antiforgery (cookie e token di richiesta) per una richiesta.

public ref class AntiforgeryTokenSet
public class AntiforgeryTokenSet
type AntiforgeryTokenSet = class
Public Class AntiforgeryTokenSet
Ereditarietà
AntiforgeryTokenSet

Costruttori

AntiforgeryTokenSet(String, String, String, String)

Crea la coppia di token antiforgery (cookie e token di richiesta) per una richiesta.

Proprietà

CookieToken

Ottiene il token del cookie.

FormFieldName

Ottiene il nome del campo modulo utilizzato per il token di richiesta.

HeaderName

Ottiene il nome dell'intestazione utilizzata per il token di richiesta.

RequestToken

Ottiene il token di richiesta.

Si applica a