AntiforgeryTokenSet(String, String, String, String) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.