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" です。

適用対象