PassportIdentity.AuthUrl2 方法

定義

回傳包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

多載

名稱 Description
AuthUrl2()

回傳包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

AuthUrl2(String)

回傳包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

AuthUrl2(String, Int32, Boolean, String, Int32, String, Int32, Boolean)

回傳包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

AuthUrl2(String, Int32, Int32, String, Int32, String, Int32, Int32)

擷取包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

AuthUrl2()

回傳包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

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

傳回

成員的登入伺服器網址,以及查詢字串中傳送給登入伺服器的可選資訊。

備註

此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。

適用於

AuthUrl2(String)

回傳包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

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

參數

strReturnUrl
String

登入後登入伺服器應重定向的地點網址已完成。 通過 null 代表護照應該使用預設值。

傳回

成員的登入伺服器網址,以及查詢字串中傳送給登入伺服器的可選資訊。

備註

此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。

適用於

AuthUrl2(String, Int32, Boolean, String, Int32, String, Int32, Boolean)

回傳包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

public:
 System::String ^ AuthUrl2(System::String ^ strReturnUrl, int iTimeWindow, bool fForceLogin, System::String ^ strCoBrandedArgs, int iLangID, System::String ^ strNameSpace, int iKPP, bool bUseSecureAuth);
public string AuthUrl2(string strReturnUrl, int iTimeWindow, bool fForceLogin, string strCoBrandedArgs, int iLangID, string strNameSpace, int iKPP, bool bUseSecureAuth);
member this.AuthUrl2 : string * int * bool * string * int * string * int * bool -> string
Public Function AuthUrl2 (strReturnUrl As String, iTimeWindow As Integer, fForceLogin As Boolean, strCoBrandedArgs As String, iLangID As Integer, strNameSpace As String, iKPP As Integer, bUseSecureAuth As Boolean) As String

參數

strReturnUrl
String

設定登入完成後登入伺服器應導向的網址。 通過 null 代表護照應該使用預設值。

iTimeWindow
Int32

指定成員最後登入的期間。 傳遞 -1 表示 Passport 應該使用預設值。

fForceLogin
Boolean

決定參數的 iTimeWindow 使用方式。 傳遞 -1 表示 Passport 應該使用預設值。

strCoBrandedArgs
String

指定在初次參與者註冊時指定的共品牌範本腳本頁面 URL 後附加變數。 通過 null 代表護照應該使用預設值。

iLangID
Int32

指定所需網域權威頁面應以何種語言顯示。 傳遞 -1 表示 Passport 應該使用預設值。

strNameSpace
String

指定護照應建立的網域。 通過 null 代表護照應該使用預設值。

iKPP
Int32

規定為符合《兒童線上隱私保護法》(COPPA)而制定的資料收集政策。 傳遞 -1 表示 Passport 應該使用預設值。

bUseSecureAuth
Boolean

宣告實際登入介面是否應由護照網域權限機構提供 HTTPS 服務。 傳遞 -1 表示 Passport 應該使用預設值。

傳回

成員的登入伺服器網址,以及查詢字串中傳送給登入伺服器的可選資訊。

備註

此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。

適用於

AuthUrl2(String, Int32, Int32, String, Int32, String, Int32, Int32)

擷取包含成員登入伺服器 URL 的字串,以及查詢字串中傳送給登入伺服器的可選資訊。 這個類別已被取代。

public:
 System::String ^ AuthUrl2(System::String ^ strReturnUrl, int iTimeWindow, int iForceLogin, System::String ^ strCoBrandedArgs, int iLangID, System::String ^ strNameSpace, int iKPP, int iUseSecureAuth);
public string AuthUrl2(string strReturnUrl, int iTimeWindow, int iForceLogin, string strCoBrandedArgs, int iLangID, string strNameSpace, int iKPP, int iUseSecureAuth);
member this.AuthUrl2 : string * int * int * string * int * string * int * int -> string
Public Function AuthUrl2 (strReturnUrl As String, iTimeWindow As Integer, iForceLogin As Integer, strCoBrandedArgs As String, iLangID As Integer, strNameSpace As String, iKPP As Integer, iUseSecureAuth As Integer) As String

參數

strReturnUrl
String

設定登入完成後登入伺服器應導向的網址。 通過 null 代表護照應該使用預設值。

iTimeWindow
Int32

指定成員最後登入的期間。 傳遞 -1 表示 Passport 應該使用預設值。

iForceLogin
Int32

決定參數的 iTimeWindow 使用方式。 傳遞 -1 表示 Passport 應該使用預設值。

strCoBrandedArgs
String

指定在初次參與者註冊時指定的共品牌範本腳本頁面 URL 後附加變數。 通過 null 代表護照應該使用預設值。

iLangID
Int32

指定所需網域權威頁面應以何種語言顯示。 傳遞 -1 表示 Passport 應該使用預設值。

strNameSpace
String

指定護照應建立的網域。 通過 null 代表護照應該使用預設值。

iKPP
Int32

規定為符合《兒童線上隱私保護法》(COPPA)而制定的資料收集政策。 傳遞 -1 表示 Passport 應該使用預設值。

iUseSecureAuth
Int32

宣告實際登入介面是否應由護照網域權限機構提供 HTTPS 服務。 傳遞 -1 表示 Passport 應該使用預設值。

傳回

成員的登入伺服器網址,以及查詢字串中傳送給登入伺服器的可選資訊。

備註

此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。

適用於