CookieAuthenticationOptions.Events Property

Definition

The Provider may be assigned to an instance of an object created by the application at startup time. The middleware calls methods on the provider which give the application control at certain points where processing is occurring. If it is not provided a default instance is supplied which does nothing when the methods are called.

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

Property Value

Applies to