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
매개 변수
SecurityIdentifier을 만드는 데 사용할 ActiveDirectoryRole입니다.
반환
지정된 ActiveDirectoryRole를 설명하는 SecurityIdentifier의 인스턴스입니다.
설명
ActiveDirectoryRole은 Active Directory 기능에 액세스하는데 사용되는 WorkflowRole 추상 클래스의 구체적인 구현입니다. 일반적으로 Active Directory 저장소는 조직의 인사 정보를 저장하는 데 사용됩니다. ActiveDirectoryRole의 주요 목적은 비즈니스를 위해 이러한 조직 정보에 대한 쿼리를 만드는 것입니다.