共用方式為


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 的執行個體,說明指定的 SecurityIdentifier

備註

ActiveDirectoryRole 是可用來存取 Active Directory 功能之 WorkflowRole 抽象類別的具體實作。 一般來說,Active Directory 存放區是用來儲存人員的組織資訊。 ActiveDirectoryRole 的主要用途是要針對商業用途,查詢這類組織資訊。

適用於