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
- 属性
注釈
Note
この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 の
ActiveDirectoryRoleFactory内のすべてのメソッドは静的であり、インスタンスを作成する必要はありません。 コンストラクターは非表示です。
プロパティ
| 名前 | 説明 |
|---|---|
| Configuration |
古い.
ActiveDirectoryRoleFactoryに関連付けられているActiveDirectoryRoleFactoryConfiguration オブジェクトを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| CreateFromAlias(String) |
古い.
指定した Windows NT エイリアスを使用して、ActiveDirectoryRole のインスタンスを作成します。 |
| CreateFromEmailAddress(String) |
古い.
電子メール アドレスを使用して ActiveDirectoryRole のインスタンスを作成します。 |
| CreateFromSecurityIdentifier(SecurityIdentifier) |
古い.
Windows NT SecurityIdentifier を使用して、ActiveDirectoryRole のインスタンスを作成します。 |