Share via


SingleSignOnIdentity.SignIn Method (HttpContext)

 

Used by the Web application to redirect to the logon server for client authentication. This method is used when the authentication-required configuration parameter does not exist in the Web.config of the Web application. The most common usage for this method is when the Web designer wants clients to be able to access Web content both anonymously or as an authenticated user.

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

Syntax

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

Parameters

See Also

SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace

Return to top