CookieAuthenticationOptions.Events Proprietà

Definizione

Il provider potrebbe essere assegnato a un'istanza di un oggetto creato dall'applicazione al momento dell'avvio. Il middleware chiama i metodi nel provider che forniscono il controllo dell'applicazione in determinati punti in cui si sta verificando l'elaborazione. Se non viene specificata, viene fornita un'istanza predefinita che non ha alcun effetto quando vengono chiamati i metodi.

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

Valore della proprietà

Si applica a