PassportIdentity.GetDomainAttribute(String, Int32, String) 方法

定义

通过向 Passport 管理器查询所请求的域特性来提供 Passport 域的信息。 此类已弃用。

public:
 System::String ^ GetDomainAttribute(System::String ^ strAttribute, int iLCID, System::String ^ strDomain);
public string GetDomainAttribute (string strAttribute, int iLCID, string strDomain);
member this.GetDomainAttribute : string * int * string -> string
Public Function GetDomainAttribute (strAttribute As String, iLCID As Integer, strDomain As String) As String

参数

strAttribute
String

要检索的特性值的名称。

iLCID
Int32

将各种 Passport 网络页显示给成员时应使用的语言。

strDomain
String

要向其查询特性的域颁发机构的名称。

返回

String

表示请求的特性的字符串。

注解

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

适用于