ClaimsIdentityOptions.SecurityStampClaimType Property

Definition

Gets or sets the ClaimType used for the security stamp claim. Defaults to "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

Property Value

Remarks

This defaults to "AspNet.Identity.SecurityStamp".

Applies to