ActiveDirectoryRoleFactory 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Windows NT 별칭, 이메일 주소 및 SID(보안 ID)에서 ActiveDirectoryRole 개체를 만들기 위한 팩터리 클래스입니다.
public ref class ActiveDirectoryRoleFactory abstract sealed
public static class ActiveDirectoryRoleFactory
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public static class ActiveDirectoryRoleFactory
type ActiveDirectoryRoleFactory = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActiveDirectoryRoleFactory = class
Public Class ActiveDirectoryRoleFactory
- 상속
-
ActiveDirectoryRoleFactory
- 특성
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
ActiveDirectoryRoleFactory의 모든 메서드는 정적이며 인스턴스를 만들지 않아도 됩니다. 생성자는 숨겨집니다.
속성
Configuration |
ActiveDirectoryRoleFactoryConfiguration와 연결된 ActiveDirectoryRoleFactory 개체를 가져옵니다. |
메서드
CreateFromAlias(String) |
지정된 Windows NT 별칭을 사용하여 ActiveDirectoryRole의 인스턴스를 만듭니다. |
CreateFromEmailAddress(String) |
이메일 주소를 사용하여 ActiveDirectoryRole의 인스턴스를 만듭니다. |
CreateFromSecurityIdentifier(SecurityIdentifier) |
Windows NT ActiveDirectoryRole를 사용하여 SecurityIdentifier의 인스턴스를 만듭니다. |