asp.net.ph

PassportIdentity.GetDomainFromMemberName Method

System.Web.Security Namespace   PassportIdentity Class


Returns the Passport domain from the member name string.

[ VB ]
Public Function GetDomainFromMemberName ( _
   strMemberName As String _
 ) As String

[ C# ]
public string GetDomainFromMemberName (
   string strMemberName
);

[ C++ ]
public: String* GetDomainFromMemberName (
   String* strMemberName
);

[ JScript ]
public function GetDomainFromMemberName (
   strMemberName : String
 ) : String;

Parameters

strMemberName
The name of the Passport member

Return Value

The Passport domain for the specified member.

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