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
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

ActiveDirectoryRoleFactory内のすべてのメソッドは静的であり、インスタンスを作成する必要はありません。 コンストラクターは非表示です。

プロパティ

名前 説明
Configuration
古い.

ActiveDirectoryRoleFactoryに関連付けられているActiveDirectoryRoleFactoryConfiguration オブジェクトを取得します。

メソッド

名前 説明
CreateFromAlias(String)
古い.

指定した Windows NT エイリアスを使用して、ActiveDirectoryRole のインスタンスを作成します。

CreateFromEmailAddress(String)
古い.

電子メール アドレスを使用して ActiveDirectoryRole のインスタンスを作成します。

CreateFromSecurityIdentifier(SecurityIdentifier)
古い.

Windows NT SecurityIdentifier を使用して、ActiveDirectoryRole のインスタンスを作成します。

適用対象