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"입니다.

적용 대상