Udostępnij za pośrednictwem


AntiforgeryTokenSet(String, String, String, String) Konstruktor

Definicja

Tworzy parę tokenów antyforgeryjnych (plik cookie i token żądania) dla żądania.

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)

Parametry

requestToken
String

Token dostarczony w żądaniu.

cookieToken
String

Token dostarczony w pliku cookie żądania.

formFieldName
String

Nazwa pola formularza używanego dla tokenu żądania.

headerName
String

Nazwa nagłówka używanego dla tokenu żądania.

Dotyczy