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;
- strMemberName
- The name of the Passport member
The Passport domain for the specified member.
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members