PassportIdentity.GetLoginChallenge Method ()
.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)
'Declaration Public Function GetLoginChallenge As String 'Usage Dim instance As PassportIdentity Dim returnValue As String returnValue = instance.GetLoginChallenge
public String GetLoginChallenge ()
public function GetLoginChallenge () : String
Not applicable.
Return Value
A string representing the Passport Login Challenge.Community Additions
ADD
Show: