ActiveDirectoryRoleFactory Class (System.Workflow.Activities)

Switch View :
ScriptFree
.NET Framework Class Library
ActiveDirectoryRoleFactory Class

A factory class for creating ActiveDirectoryRole objects from Windows NT aliases, e-mail addresses, and security identifiers (SIDs).

Namespace:  System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class ActiveDirectoryRoleFactory
Visual Basic (Usage)
You do not need to declare an instance of a static class in order to access its members.
C#
public static class ActiveDirectoryRoleFactory
Visual C++
public ref class ActiveDirectoryRoleFactory abstract sealed
JScript
public final class ActiveDirectoryRoleFactory
Remarks

All methods in ActiveDirectoryRoleFactory are static and no instance needs to be created. The constructor is hidden.

Inheritance Hierarchy

System.Object
  System.Workflow.Activities.ActiveDirectoryRoleFactory
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference