OpenIdConnectEvents.OnRemoteSignOut Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
RemoteSignOutPath üzerinde bir istek alındığında çağrılır.
public:
property Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::RemoteSignOutContext ^, System::Threading::Tasks::Task ^> ^ OnRemoteSignOut { Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::RemoteSignOutContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::RemoteSignOutContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext,System.Threading.Tasks.Task> OnRemoteSignOut { get; set; }
member this.OnRemoteSignOut : Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext, System.Threading.Tasks.Task> with get, set
Public Property OnRemoteSignOut As Func(Of RemoteSignOutContext, Task)