MembershipInfo Members
Include Protected Members
Include Inherited Members
Stores information from Microsoft Active Directory directory service about a user or group.
The MembershipInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MembershipInfo() | ||
MembershipInfo(String, []) | Initializes a new instance of the MembershipInfo class with the specified user or group name and security identifier (SID). |
Top
Properties
Name | Description | |
---|---|---|
cn | Gets the Windows account name that identifies this user or a group of users. | |
SID | Gets the security identifier (SID) for this user or group. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top