ActiveDirectoryRoleFactory.CreateFromSecurityIdentifier メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Windows NT SecurityIdentifier を使用して、ActiveDirectoryRole のインスタンスを作成します。
public:
static System::Workflow::Activities::ActiveDirectoryRole ^ CreateFromSecurityIdentifier(System::Security::Principal::SecurityIdentifier ^ sid);
public static System.Workflow.Activities.ActiveDirectoryRole CreateFromSecurityIdentifier(System.Security.Principal.SecurityIdentifier sid);
static member CreateFromSecurityIdentifier : System.Security.Principal.SecurityIdentifier -> System.Workflow.Activities.ActiveDirectoryRole
Public Shared Function CreateFromSecurityIdentifier (sid As SecurityIdentifier) As ActiveDirectoryRole
パラメーター
返品
指定したSecurityIdentifierを記述するActiveDirectoryRoleのインスタンス。
注釈
ActiveDirectoryRole は、WorkflowRole 抽象クラスの具象実装であり、Active Directory機能にアクセスするために使用されます。 通常、Active Directory ストアは、従業員の組織情報を格納するために使用されます。 ActiveDirectoryRoleの主な目的は、ビジネス上の理由からこのような組織情報に対してクエリを実行することです。