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.50 中的
所有 ActiveDirectoryRoleFactory 方法都是静态的,无需创建任何实例。 构造函数处于隐藏状态。
属性
| 名称 | 说明 |
|---|---|
| Configuration |
已过时.
ActiveDirectoryRoleFactoryConfiguration获取与 .ActiveDirectoryRoleFactory. 关联的对象。 |
方法
| 名称 | 说明 |
|---|---|
| CreateFromAlias(String) |
已过时.
使用指定的Windows NT 别名创建 ActiveDirectoryRole 实例。 |
| CreateFromEmailAddress(String) |
已过时.
创建使用电子邮件地址的 ActiveDirectoryRole 实例。 |
| CreateFromSecurityIdentifier(SecurityIdentifier) |
已过时.
使用 Windows NT ActiveDirectoryRole 创建 SecurityIdentifier实例。 |