OpenIdConnectOptions.Events Propiedad

Definición

Obtiene o establece el IOpenIdConnectEvents que se va a notificar al procesar los mensajes OpenIdConnect.

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

Valor de propiedad

IOpenIdConnectEvents

Se aplica a