IdentityProviderInitiatedSignonPage.SingleLogout Method

Logs the user out from all the sites with which the user has a session.

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage

Me.SingleLogout

Syntax

'Declaration
Protected Sub SingleLogout
protected void SingleLogout ()
protected:
void SingleLogout ()
protected void SingleLogout ()
protected function SingleLogout ()

Remarks

For more information about the IdentityProviderInitiatedSignonPage class, including code samples, see IdpInitiatedSignOnPage Class Overview.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

IdentityProviderInitiatedSignonPage Class
IdentityProviderInitiatedSignonPage Members
Microsoft.IdentityServer.Web.UI Namespace

Other Resources

IdpInitiatedSignOnPage Class Overview