ActiveDirectoryRoleFactory Class
A factory class for creating ActiveDirectoryRole objects from Windows NT aliases, e-mail addresses, and security identifiers (SIDs).
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Configuration | Gets the ActiveDirectoryRoleFactoryConfiguration object that is associated with the ActiveDirectoryRoleFactory. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateFromAlias(String^) | Creates an instance of ActiveDirectoryRole using the specified Windows NT alias. |
![]() ![]() | CreateFromEmailAddress(String^) | Creates an instance of ActiveDirectoryRole using an e-mail address. |
![]() ![]() | CreateFromSecurityIdentifier(SecurityIdentifier^) | Creates an instance of ActiveDirectoryRole using a Windows NT SecurityIdentifier. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
All methods in ActiveDirectoryRoleFactory are static and no instance needs to be created. The constructor is hidden.
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.



