Share via


WsFederationEvents.OnRemoteSignOut Property

Definition

Invoked when a wsignoutcleanup request is received at the RemoteSignOutPath endpoint.

public:
 property Func<Microsoft::AspNetCore::Authentication::WsFederation::RemoteSignOutContext ^, System::Threading::Tasks::Task ^> ^ OnRemoteSignOut { Func<Microsoft::AspNetCore::Authentication::WsFederation::RemoteSignOutContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::WsFederation::RemoteSignOutContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.WsFederation.RemoteSignOutContext,System.Threading.Tasks.Task> OnRemoteSignOut { get; set; }
member this.OnRemoteSignOut : Func<Microsoft.AspNetCore.Authentication.WsFederation.RemoteSignOutContext, System.Threading.Tasks.Task> with get, set
Public Property OnRemoteSignOut As Func(Of RemoteSignOutContext, Task)

Property Value

Applies to