Share via


ClaimsIdentityOptions.SecurityStampClaimType Propiedad

Definición

Obtiene o establece el claimType usado para la notificación de stamp de seguridad. El valor predeterminado es "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

Valor de propiedad

Comentarios

Este valor predeterminado es "AspNet.Identity.SecurityStamp".

Se aplica a