1 implementation of GenerateCookieToken
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgeryTokenGenerator.cs (1)
25public AntiforgeryToken GenerateCookieToken()
2 references to GenerateCookieToken
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
312newCookieToken = _tokenGenerator.GenerateCookieToken();
Microsoft.AspNetCore.Antiforgery.Test (1)
DefaultAntiforgeryTest.cs (1)
1502.Setup(o => o.GenerateCookieToken())