ActiveDirectoryRoleFactory.CreateFromSecurityIdentifier 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 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 的主要用途是要針對商業用途,查詢這類組織資訊。