Sdílet prostřednictvím


WsFederationEvents.OnRemoteSignOut Vlastnost

Definice

Vyvolá se při přijetí požadavku wsignoutcleanup na koncovém bodu RemoteSignOutPath.

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)

Hodnota vlastnosti

Platí pro