AuthenticationHandler<TOptions>.Events Property

Definition

The handler calls methods on the events 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.

protected:
 virtual property System::Object ^ Events { System::Object ^ get(); void set(System::Object ^ value); };
protected virtual object Events { get; set; }
protected virtual object? Events { get; set; }
member this.Events : obj with get, set
Protected Overridable Property Events As Object

Property Value

Applies to