次の方法で共有


ActiveDirectoryRoleFactory.CreateFromSecurityIdentifier メソッド

定義

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

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

パラメーター

戻り値

ActiveDirectoryRole

指定した ActiveDirectoryRole を記述する SecurityIdentifier のインスタンス。

注釈

ActiveDirectoryRole は、Active Directory 機能へのアクセスに使用される WorkflowRole 抽象クラスの具象クラスです。 通常は、Active Directory を使用して組織の人事情報を格納します。 ActiveDirectoryRole の主な目的は、ビジネス上の理由でこうした組織情報をクエリすることです。

適用対象