1 implementation of GenerateCookieToken
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgeryTokenGenerator.cs (1)
25public AntiforgeryToken GenerateCookieToken()
1 reference to GenerateCookieToken
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
312newCookieToken = _tokenGenerator.GenerateCookieToken();