SignOutSessionStateManager.ValidateSignOutState 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.
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.