ClaimsIdentityOptions.SecurityStampClaimType 屬性

定義

取得或設定用於安全性戳記宣告的 ClaimType。 預設為 「AspNet.Identity.SecurityStamp」。

public:
 property System::String ^ SecurityStampClaimType { System::String ^ get(); void set(System::String ^ value); };
public string SecurityStampClaimType { get; set; }
member this.SecurityStampClaimType : string with get, set
Public Property SecurityStampClaimType As String

屬性值

備註

這預設為 「AspNet.Identity.SecurityStamp」。

適用於