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