PassportIdentity.GetDomainAttribute(String, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information for a Passport domain by querying the Passport manager for the requested domain attribute. This class is deprecated.
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
Parameters
- strAttribute
- String
The name of the attribute value to retrieve.
- iLCID
- Int32
The language in which various Passport network pages should be displayed to the member.
- strDomain
- String
The domain authority name to query for an attribute.
Returns
A string representing the requested attribute.
Remarks
This class has been deprecated and is no longer supported. Microsoft Passport Network was replaced by Windows Live ID.