AntiforgeryTokenSet Class
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.
The antiforgery token pair (cookie and request token) for a request.
public ref class AntiforgeryTokenSet
public class AntiforgeryTokenSet
type AntiforgeryTokenSet = class
Public Class AntiforgeryTokenSet
- Inheritance
-
AntiforgeryTokenSet
Constructors
AntiforgeryTokenSet(String, String, String, String) |
Creates the antiforgery token pair (cookie and request token) for a request. |
Properties
CookieToken |
Gets the cookie token. |
FormFieldName |
Gets the name of the form field used for the request token. |
HeaderName |
Gets the name of the header used for the request token. |
RequestToken |
Gets the request token. |