WsFederationEvents.RemoteSignOut(RemoteSignOutContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when a wsignoutcleanup request is received at the RemoteSignOutPath endpoint.
public:
virtual System::Threading::Tasks::Task ^ RemoteSignOut(Microsoft::AspNetCore::Authentication::WsFederation::RemoteSignOutContext ^ context);
public virtual System.Threading.Tasks.Task RemoteSignOut (Microsoft.AspNetCore.Authentication.WsFederation.RemoteSignOutContext context);
abstract member RemoteSignOut : Microsoft.AspNetCore.Authentication.WsFederation.RemoteSignOutContext -> System.Threading.Tasks.Task
override this.RemoteSignOut : Microsoft.AspNetCore.Authentication.WsFederation.RemoteSignOutContext -> System.Threading.Tasks.Task
Public Overridable Function RemoteSignOut (context As RemoteSignOutContext) As Task
Parameters
- context
- RemoteSignOutContext