CookieAuthenticationOptions.Events Propriété

Définition

Le Fournisseur peut être attribué à une instance d'objet créé par l'application au démarrage. L’intergiciel appelle des méthodes sur le fournisseur qui donnent à l’application le contrôle à certains points où le traitement se produit. En l'absence de spécification, une instance par défaut est fournie, qui n'exécute aucune action lors de l'appel des méthodes.

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

Valeur de propriété

S’applique à