SignOutSessionStateManager.SetSignOutState 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.
Sets up some state in session storage to allow for logouts from within the LogoutPath page.
public:
virtual System::Threading::Tasks::ValueTask SetSignOutState();
public virtual System.Threading.Tasks.ValueTask SetSignOutState ();
abstract member SetSignOutState : unit -> System.Threading.Tasks.ValueTask
override this.SetSignOutState : unit -> System.Threading.Tasks.ValueTask
Public Overridable Function SetSignOutState () As ValueTask
Returns
A ValueTask that completes when the state has been saved to session storage.