AntiforgeryTokenSet 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
反分叉權杖組會 (Cookie 和要求權杖) 要求。
public ref class AntiforgeryTokenSet
public class AntiforgeryTokenSet
type AntiforgeryTokenSet = class
Public Class AntiforgeryTokenSet
- 繼承
-
AntiforgeryTokenSet
建構函式
AntiforgeryTokenSet(String, String, String, String) |
建立 (Cookie 和要求權杖) 的反分叉權杖組。 |
屬性
CookieToken |
取得 Cookie 權杖。 |
FormFieldName |
取得用於要求權杖的表單欄位名稱。 |
HeaderName |
取得用於要求權杖的標頭名稱。 |
RequestToken |
取得要求權杖。 |