OpenIdConnectOptions.Events Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le IOpenIdConnectEvents à notifier lors du traitement des messages 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