RemoteAuthenticationHandler<TOptions>.Events 屬性

定義

處理常式會針對事件呼叫方法,以在發生處理的特定時間點提供應用程式控制。 若未提供,則會提供呼叫方法時沒有作用的預設執行個體。

protected:
 property Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ Events { Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ value); };
protected Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents with get, set
Protected Property Events As RemoteAuthenticationEvents

屬性值

適用於