PassportIdentity.LogoTag 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳一個包含 HTML <img> 標籤的 HTML 片段,該標籤用於護照連結。 這個類別已被取代。
多載
| 名稱 | Description |
|---|---|
| LogoTag(String, Int32, Int32, String, Int32, Int32, String, Int32, Int32) |
回傳一個包含 HTML <img> 標籤的 HTML 片段,該標籤用於護照連結。 這個類別已被取代。 |
| LogoTag(String, Int32, Boolean, String, Int32, Boolean, String, Int32, Boolean) |
回傳一個包含 HTML <img> 標籤的 HTML 片段,該標籤用於護照連結。 這個類別已被取代。 |
| LogoTag() |
回傳一個包含 Passport 連結圖片標籤的 HTML 片段。 這個類別已被取代。 |
| LogoTag(String) |
回傳一個包含 HTML <img> 標籤的 HTML 片段,該標籤用於護照連結。 這個類別已被取代。 |
備註
此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。
LogoTag(String, Int32, Int32, String, Int32, Int32, String, Int32, Int32)
回傳一個包含 HTML <img> 標籤的 HTML 片段,該標籤用於護照連結。 這個類別已被取代。
public:
System::String ^ LogoTag(System::String ^ strReturnUrl, int iTimeWindow, int iForceLogin, System::String ^ strCoBrandedArgs, int iLangID, int iSecure, System::String ^ strNameSpace, int iKPP, int iUseSecureAuth);
public string LogoTag(string strReturnUrl, int iTimeWindow, int iForceLogin, string strCoBrandedArgs, int iLangID, int iSecure, string strNameSpace, int iKPP, int iUseSecureAuth);
member this.LogoTag : string * int * int * string * int * int * string * int * int -> string
Public Function LogoTag (strReturnUrl As String, iTimeWindow As Integer, iForceLogin As Integer, strCoBrandedArgs As String, iLangID As Integer, iSecure 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
指定將變數作為查詢字串變數附加到參與者的 Cobranding Template 腳本頁面的 URL。 通過 null 代表護照應該使用預設值。
- iLangID
- Int32
指定登入頁面所使用的語言,並顯示給會員。 傳遞 -1 表示 Passport 應該使用預設值。
- iSecure
- Int32
宣告此方法是否從 HTTPS(SSL)頁面呼叫。 傳遞 -1 表示 Passport 應該使用預設值。
- strNameSpace
- String
指定護照應建立的網域。 通過 null 代表護照應該使用預設值。
- iKPP
- Int32
規定為符合《兒童線上隱私保護法》(COPPA)而制定的資料收集政策。 傳遞 -1 表示 Passport 應該使用預設值。
- iUseSecureAuth
- Int32
宣告實際登入介面是否應由護照網域權限機構提供 HTTPS 服務。 傳遞 -1 表示 Passport 應該使用預設值。
傳回
一個包含護照連結圖片標籤的 HTML 片段。
備註
此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。
適用於
LogoTag(String, Int32, Boolean, String, Int32, Boolean, String, Int32, Boolean)
回傳一個包含 HTML <img> 標籤的 HTML 片段,該標籤用於護照連結。 這個類別已被取代。
public:
System::String ^ LogoTag(System::String ^ strReturnUrl, int iTimeWindow, bool fForceLogin, System::String ^ strCoBrandedArgs, int iLangID, bool fSecure, System::String ^ strNameSpace, int iKPP, bool bUseSecureAuth);
public string LogoTag(string strReturnUrl, int iTimeWindow, bool fForceLogin, string strCoBrandedArgs, int iLangID, bool fSecure, string strNameSpace, int iKPP, bool bUseSecureAuth);
member this.LogoTag : string * int * bool * string * int * bool * string * int * bool -> string
Public Function LogoTag (strReturnUrl As String, iTimeWindow As Integer, fForceLogin As Boolean, strCoBrandedArgs As String, iLangID As Integer, fSecure As Boolean, 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
指定將變數作為查詢字串變數附加到參與者的 Cobranding Template 腳本頁面的 URL。 通過 null 代表護照應該使用預設值。
- iLangID
- Int32
指定登入頁面所使用的語言,並顯示給會員。 傳遞 -1 表示 Passport 應該使用預設值。
- fSecure
- Boolean
宣告此方法是否從 HTTPS(SSL)頁面呼叫。 傳遞 -1 表示 Passport 應該使用預設值。
- strNameSpace
- String
指定護照應建立的網域。 通過 null 代表護照應該使用預設值。
- iKPP
- Int32
規定為符合《兒童線上隱私保護法》(COPPA)而制定的資料收集政策。 傳遞 -1 表示 Passport 應該使用預設值。
- bUseSecureAuth
- Boolean
宣告實際登入介面是否應由護照網域權限機構提供 HTTPS 服務。 傳遞 -1 表示 Passport 應該使用預設值。
傳回
一個包含護照連結圖片標籤的 HTML 片段。
備註
此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。
適用於
LogoTag()
回傳一個包含 Passport 連結圖片標籤的 HTML 片段。 這個類別已被取代。
public:
System::String ^ LogoTag();
public string LogoTag();
member this.LogoTag : unit -> string
Public Function LogoTag () As String
傳回
一個包含護照連結圖片標籤的 HTML 片段。
備註
此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。
適用於
LogoTag(String)
回傳一個包含 HTML <img> 標籤的 HTML 片段,該標籤用於護照連結。 這個類別已被取代。
public:
System::String ^ LogoTag(System::String ^ strReturnUrl);
public string LogoTag(string strReturnUrl);
member this.LogoTag : string -> string
Public Function LogoTag (strReturnUrl As String) As String
參數
- strReturnUrl
- String
設定登入伺服器應在成員登入後導向的網址。 通過 null 代表護照應該使用預設值。
傳回
一個包含護照連結圖片標籤的 HTML 片段。
備註
此類別已被淘汰,不再支援。 Microsoft Passport Network 被 Windows Live ID 取代。