Compartir a través de


OpenIdConnectOptions.Events Propiedad

Definición

Obtiene o establece el objeto que OpenIdConnectEvents se va a notificar al procesar mensajes de OpenIdConnect.

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

Valor de propiedad

Se aplica a