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