ActiveDirectoryMembershipProvider::GetUser Method

 

Gets the information from a membership user in the Active Directory data store.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodGetUser(Object^, Boolean)

Gets the membership user information associated with the specified user key.(Overrides MembershipProvider::GetUser(Object^, Boolean).)

System_CAPS_pubmethodGetUser(String^, Boolean)

Gets the membership user information associated with the specified user name.(Overrides MembershipProvider::GetUser(String^, Boolean).)

Return to top
Show: