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

傳回

代表 Passport Login Challenge 的字串。

備註

此類別已被取代,不再支援。 Microsoft Passport 網路已由 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

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 null,表示 Passport 應該使用預設值。

傳回

代表 Passport Login Challenge 的字串。

備註

此類別已被取代,不再支援。 Microsoft Passport 網路已由 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

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 null,表示 Passport 應該使用預設值。

iTimeWindow
Int32

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 –1,表示 Passport 應該使用預設值。

fForceLogin
Int32

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 –1,表示 Passport 應該使用預設值。

szCOBrandArgs
String

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 null,表示 Passport 應該使用預設值。

iLangID
Int32

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 –1,表示 Passport 應該使用預設值。

strNameSpace
String

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 null,表示 Passport 應該使用預設值。

iKPP
Int32

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 –1,表示 Passport 應該使用預設值。

iUseSecureAuth
Int32

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 –1,表示 Passport 應該使用預設值。

oExtraParams
Object

請參閱 IPassportManager3.GetLoginChallenge 的 Passport 文件。 傳遞 null,表示 Passport 應該使用預設值。

傳回

代表 Passport Login Challenge 的字串。

備註

此類別已被取代,不再支援。 Microsoft Passport 網路已由 Windows Live ID 取代。

適用於