This documentation is archived and is not being maintained.
PassportIdentity.GetLoginChallenge Method
.NET Framework 1.1
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.
Overload List
Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange.
[Visual Basic] Overloads Public Function GetLoginChallenge() As String
[C#] public string GetLoginChallenge();
[C++] public: String* GetLoginChallenge();
[JScript] public function GetLoginChallenge() : String;
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.
[Visual Basic] Overloads Public Function GetLoginChallenge(String) As String
[C#] public string GetLoginChallenge(string);
[C++] public: String* GetLoginChallenge(String*);
[JScript] public function GetLoginChallenge(String) : String;
Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange.
[Visual Basic] Overloads Public Function GetLoginChallenge(String, Integer, Integer, String, Integer, String, Integer, Integer, Object) As String
[C#] public string GetLoginChallenge(string, int, int, string, int, string, int, int, object);
[C++] public: String* GetLoginChallenge(String*, int, int, String*, int, String*, int, int, Object*);
[JScript] public function GetLoginChallenge(String, int, int, String, int, String, int, int, Object) : String;
See Also
PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace
Show: