AntiforgeryRequestToken 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 included in the request form data.
public class AntiforgeryRequestToken
type AntiforgeryRequestToken = class
Public Class AntiforgeryRequestToken
- Inheritance
-
AntiforgeryRequestToken
Constructors
AntiforgeryRequestToken(String, String) |
Initializes a new instance of AntiforgeryRequestToken. |
Properties
FormFieldName |
Gets the form field name for the antiforgery token. |
Value |
Gets the antiforgery token value. |