AntiForgery.GetTokens(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the search tokens.
public static void GetTokens (string oldCookieToken, out string newCookieToken, out string formToken);
static member GetTokens : string * string * string -> unit
Public Shared Sub GetTokens (oldCookieToken As String, ByRef newCookieToken As String, ByRef formToken As String)
Parameters
- oldCookieToken
- String
The previous cookie token.
- newCookieToken
- String
The new cookie token.
- formToken
- String
The form of the token.