Beispiel #1
0
 public string Serialize(Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken token)
 {
     throw null;
 }
Beispiel #2
0
 public bool IsCookieTokenValid(Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken cookieToken)
 {
     throw null;
 }
Beispiel #3
0
 public bool TryValidateTokenSet(Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken cookieToken, Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken requestToken, out string message)
 {
     throw null;
 }
Beispiel #4
0
 public Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken GenerateRequestToken(Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken cookieToken)
 {
     throw null;
 }