ActiveDirectoryRoleFactory.CreateFromSecurityIdentifier メソッド

定義

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の主な目的は、ビジネス上の理由からこのような組織情報に対してクエリを実行することです。

適用対象