Compartir a través de


OpenIdConnectOptions.Events Propiedad

Definición

Obtiene o establece el objeto que IOpenIdConnectEvents se va a notificar al procesar mensajes de 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

Se aplica a