ActiveDirectoryRole Class
Represents an Active Directory role in a Windows Workflow Foundation hosting environment. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.Activities::WorkflowRole
System.Workflow.Activities::ActiveDirectoryRole
| 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.) |
![]() | 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 the default hash function. (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() | |
![]() | IncludesIdentity(String^) | Returns a value that indicates whether the ActiveDirectoryRole contains the specified identity. (Overrides WorkflowRole::IncludesIdentity(String^).) |
![]() | 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(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data required to serialize the target object. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




