Condividi tramite


AntiforgeryTokenSet(String, String, String, String) Costruttore

Definizione

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

public:
 AntiforgeryTokenSet(System::String ^ requestToken, System::String ^ cookieToken, System::String ^ formFieldName, System::String ^ headerName);
public AntiforgeryTokenSet (string requestToken, string cookieToken, string formFieldName, string headerName);
public AntiforgeryTokenSet (string? requestToken, string? cookieToken, string formFieldName, string? headerName);
new Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet : string * string * string * string -> Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet
Public Sub New (requestToken As String, cookieToken As String, formFieldName As String, headerName As String)

Parametri

requestToken
String

Token fornito nella richiesta.

cookieToken
String

Token fornito nel cookie della richiesta.

formFieldName
String

Nome del campo modulo usato per il token di richiesta.

headerName
String

Nome dell'intestazione usata per il token di richiesta.

Si applica a