System.Web.Security Namespace PassportIdentity Class
Provides information for a Passport domain by querying the Passport manager for the requested domain attribute.
[ VB ]
Public Function GetDomainAttribute ( _
strAttribute As String, _
iLCID As Integer, _
strDomain As String _
) As String
[ C# ]
public string GetDomainAttribute (
string strAttribute,
int iLCID,
string strDomain
);
[ C++ ]
public: String* GetDomainAttribute (
String* strAttribute,
int iLCID,
String* strDomain
);
[ JScript ]
public function GetDomainAttribute (
strAttribute : String,
iLCID : int,
strDomain : String
) : String;
- strAttribute
- The name of the attribute value to retrieve.
- iLCID
- The language in which various Passport network pages should be displayed to the member.
- strDomain
- The domain authority name to query for an attribute.
A string representing the requested attribute.
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members