asp.net.ph

PassportIdentity.GetDomainAttribute Method

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;

Parameters

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.

Return Value

A string representing the requested attribute.

Remarks

For more information, see the Passport SDK documentation in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph