OpenIdConnectHandler.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:
 property Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectEvents ^ Events { Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectEvents ^ value); };
protected Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectEvents with get, set
Protected Property Events As OpenIdConnectEvents

Property Value

Applies to