2 references to AntiforgeryTokenSet
Microsoft.AspNetCore.Antiforgery (2)
Internal\DefaultAntiforgery.cs (1)
422
return new
AntiforgeryTokenSet
(
Internal\DefaultAntiforgeryTokenStore.cs (1)
76
return new
AntiforgeryTokenSet
(requestToken, cookieToken, _options.FormFieldName, _options.HeaderName);