Share via


SignOutSessionStateManager.ValidateSignOutState Method

Definition

Validates the existence of some state previously setup by SetSignOutState() in session storage to allow logouts from within the LogoutPath page.

public:
 virtual System::Threading::Tasks::Task<bool> ^ ValidateSignOutState();
public virtual System.Threading.Tasks.Task<bool> ValidateSignOutState ();
abstract member ValidateSignOutState : unit -> System.Threading.Tasks.Task<bool>
override this.ValidateSignOutState : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function ValidateSignOutState () As Task(Of Boolean)

Returns

A Task that completes when the state has been validated and indicates the validity of the state.

Applies to