PassportIdentity.GetLoginChallenge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. This class is deprecated.
Overloads
GetLoginChallenge() |
Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated. |
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. This class is deprecated. |
GetLoginChallenge(String, Int32, Int32, String, Int32, String, Int32, Int32, Object) |
Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated. |
GetLoginChallenge()
Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.
public:
System::String ^ GetLoginChallenge();
public string GetLoginChallenge ();
member this.GetLoginChallenge : unit -> string
Public Function GetLoginChallenge () As String
Returns
A string representing the Passport Login Challenge.
Remarks
This class has been deprecated and is no longer supported. Microsoft Passport Network was replaced by Windows Live ID.
Applies to
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. This class is deprecated.
public:
System::String ^ GetLoginChallenge(System::String ^ strReturnUrl);
public string GetLoginChallenge (string strReturnUrl);
member this.GetLoginChallenge : string -> string
Public Function GetLoginChallenge (strReturnUrl As String) As String
Parameters
- strReturnUrl
- String
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null
to indicate that Passport should use the default value.
Returns
A string representing the Passport Login Challenge.
Remarks
This class has been deprecated and is no longer supported. Microsoft Passport Network was replaced by Windows Live ID.
Applies to
GetLoginChallenge(String, Int32, Int32, String, Int32, String, Int32, Int32, Object)
Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.
public:
System::String ^ GetLoginChallenge(System::String ^ szRetURL, int iTimeWindow, int fForceLogin, System::String ^ szCOBrandArgs, int iLangID, System::String ^ strNameSpace, int iKPP, int iUseSecureAuth, System::Object ^ oExtraParams);
public string GetLoginChallenge (string szRetURL, int iTimeWindow, int fForceLogin, string szCOBrandArgs, int iLangID, string strNameSpace, int iKPP, int iUseSecureAuth, object oExtraParams);
member this.GetLoginChallenge : string * int * int * string * int * string * int * int * obj -> string
Public Function GetLoginChallenge (szRetURL As String, iTimeWindow As Integer, fForceLogin As Integer, szCOBrandArgs As String, iLangID As Integer, strNameSpace As String, iKPP As Integer, iUseSecureAuth As Integer, oExtraParams As Object) As String
Parameters
- szRetURL
- String
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null
to indicate that Passport should use the default value.
- iTimeWindow
- Int32
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- fForceLogin
- Int32
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- szCOBrandArgs
- String
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null
to indicate that Passport should use the default value.
- iLangID
- Int32
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- strNameSpace
- String
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null
to indicate that Passport should use the default value.
- iKPP
- Int32
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- iUseSecureAuth
- Int32
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- oExtraParams
- Object
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null
to indicate that Passport should use the default value.
Returns
A string representing the Passport Login Challenge.
Remarks
This class has been deprecated and is no longer supported. Microsoft Passport Network was replaced by Windows Live ID.
Applies to
.NET