ActiveDirectoryRole Class
Represents an Active Directory role in a Windows Workflow Foundation hosting environment. This class cannot be inherited.
System.Workflow.Activities::WorkflowRole
System.Workflow.Activities::ActiveDirectoryRole
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The ActiveDirectoryRole type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the Active Directory role name. (Overrides WorkflowRole::Name.) |
![]() | RootEntry | Gets the root Active Directory node associated with the ActiveDirectoryRole. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAllReports | Returns an ActiveDirectoryRole that contains all the roles that report to the current role either directly or indirectly. |
![]() | GetDirectReports | Returns an ActiveDirectoryRole that contains all the roles that report directly to the current role. |
![]() | GetEntries | Returns the generic collection that contains all DirectoryEntry objects associated with the current ActiveDirectoryRole. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIdentities | Gets a generic list of the Windows NT accounts associated with the ActiveDirectoryRole. (Overrides WorkflowRole::GetIdentities().) |
![]() | GetManager | Returns an Active Directory role that contains information about the manager of the current ActiveDirectoryRole. |
![]() | GetManagerialChain | Returns the Active Directory role that contains information about the managerial chain associated with the current ActiveDirectoryRole. |
![]() | GetPeers | Returns an Active Directory role that contains information about all the directory operations that are supervised by the manager of the current ActiveDirectoryRole. |
![]() | GetSecurityIdentifiers | Returns a generic list of SecurityIdentifier objects associated with the current ActiveDirectoryRole. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IncludesIdentity | Returns a value that indicates whether the ActiveDirectoryRole contains the specified identity. (Overrides WorkflowRole::IncludesIdentity(String).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose | Releases all resources used by the ActiveDirectoryRole. |
![]() ![]() | ISerializable::GetObjectData | Populates a SerializationInfo with the data required to serialize the target object. |
Typically, the Active Directory store is used for storing organizational information for personnel. The main purpose for the ActiveDirectoryRole is for making queries against such organizational information for business reasons.
Active Directory roles typically correspond to a job function, title, or job skill within the context of the organization.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
