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