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
context
Type: System.Web.HttpContextThe current HttpContext which encapsulates all HTTP-specific information about an individual HTTP request.
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top