ActiveDirectoryRoleFactory 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
一个工厂类,用于从 Windows NT 别名、电子邮件地址和安全标识符 (SID) 创建 ActiveDirectoryRole 对象。
public ref class ActiveDirectoryRoleFactory abstract sealed
public static class ActiveDirectoryRoleFactory
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public static class ActiveDirectoryRoleFactory
type ActiveDirectoryRoleFactory = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActiveDirectoryRoleFactory = class
Public Class ActiveDirectoryRoleFactory
- 继承
-
ActiveDirectoryRoleFactory
- 属性
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
ActiveDirectoryRoleFactory 中的所有方法都是静态方法,不需要创建实例。 构造函数被隐藏。
属性
Configuration |
已过时.
获取与 ActiveDirectoryRoleFactoryConfiguration 关联的 ActiveDirectoryRoleFactory 对象。 |
方法
CreateFromAlias(String) |
已过时.
使用指定的 Windows NT 别名创建 ActiveDirectoryRole 的实例。 |
CreateFromEmailAddress(String) |
已过时.
使用电子邮件地址创建 ActiveDirectoryRole 实例。 |
CreateFromSecurityIdentifier(SecurityIdentifier) |
已过时.
使用 Windows NT ActiveDirectoryRole 创建 SecurityIdentifier 的实例。 |