PassportIdentity.LogoTag 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回包含用于 Passport 链接的 HTML <img> 标记的 HTML 片段。 此类已弃用。
重载
LogoTag(String, Int32, Int32, String, Int32, Int32, String, Int32, Int32) |
返回包含用于 Passport 链接的 HTML <img> 标记的 HTML 片段。 此类已弃用。 |
LogoTag(String, Int32, Boolean, String, Int32, Boolean, String, Int32, Boolean) |
返回包含用于 Passport 链接的 HTML <img> 标记的 HTML 片段。 此类已弃用。 |
LogoTag() |
返回包含用于 Passport 链接的图像标记的 HTML 片段。 此类已弃用。 |
LogoTag(String) |
返回包含用于 Passport 链接的 HTML <img> 标记的 HTML 片段。 此类已弃用。 |
注解
此类已弃用,不再受支持。 Microsoft Passport 网络已替换为 Windows Live ID。
LogoTag(String, Int32, Int32, String, Int32, Int32, String, Int32, Int32)
返回包含用于 Passport 链接的 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
设置登录服务器应在成员登录后将成员重定向到的位置的 URL。 传递 null
以指示 Passport 应使用默认值。
- iTimeWindow
- Int32
指定成员必须在此期间最终登录的时间间隔。 传递 -1 以指示 Passport 应使用默认值。
- iForceLogin
- Int32
确定如何使用 iTimeWindow
参数。 传递 -1 以指示 Passport 应使用默认值。
- strCoBrandedArgs
- String
指定要作为查询字符串变量追加到参与者的联合品牌模板脚本页的 URL 的变量。 传递 null
以指示 Passport 应使用默认值。
- iLangID
- Int32
指定向成员显示登录页时所使用的语言。 传递 -1 以指示 Passport 应使用默认值。
- iSecure
- Int32
声明是否从 HTTPS (SSL)页调用此方法。 传递 -1 以指示 Passport 应使用默认值。
- strNameSpace
- String
指定应在其中创建 Passport 的域。 传递 null
以指示 Passport 应使用默认值。
- iKPP
- Int32
出于遵从“儿童网上隐私保护法”(Children's Online Privacy Protection Act,COPPA)的目的指定数据集合策略。 传递 -1 以指示 Passport 应使用默认值。
- iUseSecureAuth
- Int32
声明是否应从 Passport 域颁发机构为实际的登录 UI提供 HTTPS。 传递 -1 以指示 Passport 应使用默认值。
返回
包含用于 Passport 链接的图像标记的 HTML 片段。
注解
此类已弃用,不再受支持。 Microsoft Passport 网络已替换为 Windows Live ID。
适用于
LogoTag(String, Int32, Boolean, String, Int32, Boolean, String, Int32, Boolean)
返回包含用于 Passport 链接的 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
设置登录服务器应在成员登录后将成员重定向到的位置的 URL。 传递 null
以指示 Passport 应使用默认值。
- iTimeWindow
- Int32
指定成员必须在此期间最终登录的时间间隔。 传递 -1 以指示 Passport 应使用默认值。
- fForceLogin
- Boolean
确定如何使用 iTimeWindow
参数。 传递 -1 以指示 Passport 应使用默认值。
- strCoBrandedArgs
- String
指定要作为查询字符串变量追加到参与者的联合品牌模板脚本页的 URL 的变量。 传递 null
以指示 Passport 应使用默认值。
- iLangID
- Int32
指定向成员显示登录页时所使用的语言。 传递 -1 以指示 Passport 应使用默认值。
- fSecure
- Boolean
声明是否从 HTTPS (SSL)页调用此方法。 传递 -1 以指示 Passport 应使用默认值。
- strNameSpace
- String
指定应在其中创建 Passport 的域。 传递 null
以指示 Passport 应使用默认值。
- iKPP
- Int32
出于遵从“儿童网上隐私保护法”(Children's Online Privacy Protection Act,COPPA)的目的指定数据集合策略。 传递 -1 以指示 Passport 应使用默认值。
- bUseSecureAuth
- Boolean
声明是否应从 Passport 域颁发机构为实际的登录 UI提供 HTTPS。 传递 -1 以指示 Passport 应使用默认值。
返回
包含用于 Passport 链接的图像标记的 HTML 片段。
注解
此类已弃用,不再受支持。 Microsoft Passport 网络已替换为 Windows Live ID。
适用于
LogoTag()
返回包含用于 Passport 链接的图像标记的 HTML 片段。 此类已弃用。
public:
System::String ^ LogoTag();
public string LogoTag ();
member this.LogoTag : unit -> string
Public Function LogoTag () As String
返回
包含用于 Passport 链接的图像标记的 HTML 片段。
示例
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = new System.Web.Security.PassportIdentity();
// Set a string to the URL of the appropriate Passport SignIn/SignOut authority.
string sPassportlink = newPass.LogoTag();
' Declare new PassportIdendity object as variable newPass.
Dim newPass As System.Web.Security.PassportIdentity = New System.Web.Security.PassportIdentity()
' Set a string to the URL of the appropriate Passport
' SignIn/SignOut Authority.
Dim sPassportlink As String = newPass.LogoTag()
注解
此类已弃用,不再受支持。 Microsoft Passport 网络已替换为 Windows Live ID。
适用于
LogoTag(String)
返回包含用于 Passport 链接的 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
设置登录服务器应在成员登录后将成员重定向到的位置的 URL。 传递 null
以指示 Passport 应使用默认值。
返回
包含用于 Passport 链接的图像标记的 HTML 片段。
注解
此类已弃用,不再受支持。 Microsoft Passport 网络已替换为 Windows Live ID。