Compartir a través de


CookieSigningInContext.Properties Propiedad

Definición

Contiene los datos adicionales que se incluirán en la cookie de salida. Puede reemplazarse o modificarse durante la llamada a SigningIn.

public:
 property Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ get(); void set(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ value); };
public Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties Properties { get; set; }
member this.Properties : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties with get, set
Public Property Properties As AuthenticationProperties

Valor de propiedad

Se aplica a