Implemented interface member:
method
GetTokens
Microsoft.AspNetCore.Antiforgery.IAntiforgery.GetTokens(Microsoft.AspNetCore.Http.HttpContext)
5 references to GetTokens
Microsoft.AspNetCore.Antiforgery.Test (5)
DefaultAntiforgeryTest.cs (5)
101
() => antiforgery.
GetTokens
(httpContext));
143
var tokenset = antiforgery.
GetTokens
(context.HttpContext);
180
var tokenset = antiforgery.
GetTokens
(context.HttpContext);
200
var tokenset = antiforgery.
GetTokens
(context.HttpContext);
235
var tokenset = antiforgery.
GetTokens
(context.HttpContext);