PassportIdentity.GetLoginChallenge 方法

定义

使用户登录,方法是将适当的标头输出到 302 重定向 URL,或启动识别 Passport 的客户端身份验证交换。 此类已弃用。

重载

GetLoginChallenge()

使用户登录,方法是生成 302 重定向 URL,或启动识别 Passport 的客户端身份验证交换。 此类已弃用。

GetLoginChallenge(String)

使用户登录,方法是将适当的标头输出到 302 重定向 URL,或启动识别 Passport 的客户端身份验证交换。 此类已弃用。

GetLoginChallenge(String, Int32, Int32, String, Int32, String, Int32, Int32, Object)

使用户登录,方法是生成 302 重定向 URL,或启动识别 Passport 的客户端身份验证交换。 此类已弃用。

GetLoginChallenge()

使用户登录,方法是生成 302 重定向 URL,或启动识别 Passport 的客户端身份验证交换。 此类已弃用。

public:
 System::String ^ GetLoginChallenge();
public string GetLoginChallenge ();
member this.GetLoginChallenge : unit -> string
Public Function GetLoginChallenge () As String

返回

String

表示 Passport 登录质询的字符串。

注解

此类已被弃用,不再受支持。 Microsoft Passport Network 已替换为 Windows Live ID。

适用于

GetLoginChallenge(String)

使用户登录,方法是将适当的标头输出到 302 重定向 URL,或启动识别 Passport 的客户端身份验证交换。 此类已弃用。

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

参数

strReturnUrl
String

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 null 以指示 Passport 应使用默认值。

返回

String

表示 Passport 登录质询的字符串。

注解

此类已被弃用,不再受支持。 Microsoft Passport Network 已替换为 Windows Live ID。

适用于

GetLoginChallenge(String, Int32, Int32, String, Int32, String, Int32, Int32, Object)

使用户登录,方法是生成 302 重定向 URL,或启动识别 Passport 的客户端身份验证交换。 此类已弃用。

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

参数

szRetURL
String

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 null 以指示 Passport 应使用默认值。

iTimeWindow
Int32

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 -1 以指示 Passport 应使用默认值。

fForceLogin
Int32

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 -1 以指示 Passport 应使用默认值。

szCOBrandArgs
String

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 null 以指示 Passport 应使用默认值。

iLangID
Int32

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 -1 以指示 Passport 应使用默认值。

strNameSpace
String

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 null 以指示 Passport 应使用默认值。

iKPP
Int32

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 -1 以指示 Passport 应使用默认值。

iUseSecureAuth
Int32

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 -1 以指示 Passport 应使用默认值。

oExtraParams
Object

请参阅 Passport 文档中的 IPassportManager3.GetLoginChallenge。 传递 null 以指示 Passport 应使用默认值。

返回

String

表示 Passport 登录质询的字符串。

注解

此类已被弃用,不再受支持。 Microsoft Passport Network 已替换为 Windows Live ID。

适用于