Compartir a través de


AntiforgeryTokenSet(String, String, String, String) Constructor

Definición

Crea el par de tokens antiforgería (cookie y token de solicitud) para una solicitud.

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)

Parámetros

requestToken
String

Token que se proporciona en la solicitud.

cookieToken
String

Token que se proporciona en la cookie de solicitud.

formFieldName
String

Nombre del campo de formulario utilizado para el token de solicitud.

headerName
String

Nombre del encabezado usado para el token de solicitud.

Se aplica a