다음을 통해 공유


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

매개 변수

sid
SecurityIdentifier

SecurityIdentifier을 만드는 데 사용할 ActiveDirectoryRole입니다.

반환

ActiveDirectoryRole

지정된 ActiveDirectoryRole를 설명하는 SecurityIdentifier의 인스턴스입니다.

설명

ActiveDirectoryRole은 Active Directory 기능에 액세스하는데 사용되는 WorkflowRole 추상 클래스의 구체적인 구현입니다. 일반적으로 Active Directory 저장소는 조직의 인사 정보를 저장하는 데 사용됩니다. ActiveDirectoryRole의 주요 목적은 비즈니스를 위해 이러한 조직 정보에 대한 쿼리를 만드는 것입니다.

적용 대상