ActiveDirectoryRoleFactory 类

定义

注意

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 中的 Deprecated Types。

所有 ActiveDirectoryRoleFactory 方法都是静态的,无需创建任何实例。 构造函数处于隐藏状态。

属性

名称 说明
Configuration
已过时.

ActiveDirectoryRoleFactoryConfiguration获取与 .ActiveDirectoryRoleFactory. 关联的对象。

方法

名称 说明
CreateFromAlias(String)
已过时.

使用指定的Windows NT 别名创建 ActiveDirectoryRole 实例。

CreateFromEmailAddress(String)
已过时.

创建使用电子邮件地址的 ActiveDirectoryRole 实例。

CreateFromSecurityIdentifier(SecurityIdentifier)
已过时.

使用 Windows NT ActiveDirectoryRole 创建 SecurityIdentifier实例。

适用于