OpenIdConnectOptions.Events Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto da notificare durante l'elaborazione IOpenIdConnectEvents dei messaggi 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