PassportIdentity.GetLoginChallenge Method (String)
.NET Framework 3.0
Logs the user on by outputting the appropriate headers to either a 302 redirect URL or the initiation of 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 String GetLoginChallenge ( String strReturnUrl )
public function GetLoginChallenge ( strReturnUrl : String ) : String
Not applicable.
Parameters
- strReturnUrl
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
Return Value
A string representing the Passport Login Challenge.Community Additions
ADD
Show: