IAntiforgery.GetTokens(HttpContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère un AntiforgeryTokenSet pour cette demande.
public:
Microsoft::AspNetCore::Antiforgery::AntiforgeryTokenSet ^ GetTokens(Microsoft::AspNetCore::Http::HttpContext ^ httpContext);
public Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet GetTokens (Microsoft.AspNetCore.Http.HttpContext httpContext);
abstract member GetTokens : Microsoft.AspNetCore.Http.HttpContext -> Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet
Public Function GetTokens (httpContext As HttpContext) As AntiforgeryTokenSet
Paramètres
- httpContext
- HttpContext
HttpContext associé à la demande actuelle.
Retours
pour AntiforgeryTokenSet cette demande.
Remarques
Contrairement à GetAndStoreTokens(HttpContext), cette méthode n’a aucun effet secondaire. L’appelant est chargé de définir le cookie de réponse et d’injecter le jeton de formulaire retourné le cas échéant.