PassportIdentity.LoginUser Method (String)
.NET Framework 3.0
Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int LoginUser ( String strReturnUrl )
public function LoginUser ( strReturnUrl : String ) : int
Not applicable.
Parameters
- strReturnUrl
The URL to which the Login server should redirect users after sign in is complete. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
Return Value
An integer result code.Community Additions
ADD
Show: