SingleSignOnIdentity.SignOut Method (HttpContext)

 

Used by the Web application to redirect to the Logon Server for sign out. The authentication cookies for this browser session will be deleted.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void SignOut(
    HttpContext context
)
public:
void SignOut(
    HttpContext^ context
)
member SignOut : 
        context:HttpContext -> unit
Public Sub SignOut (
    context As HttpContext
)

Parameters

See Also

SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace

Return to top