PropertySetAccessRule 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
PropertySetAccessRule 클래스의 새 인스턴스를 초기화합니다.
오버로드
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid) |
지정된 ID 참조, 액세스 제어 형식, 속성 액세스 형식 및 속성 집합 식별자를 사용하여 PropertySetAccessRule 클래스의 새 인스턴스를 초기화합니다. |
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance) |
지정된 ID 참조, Access Control 형식, 속성 액세스 형식, 속성 집합 식별자 및 Active Directory Domain Services 보안 상속 정보를 사용하여 PropertySetAccessRule 클래스의 새 인스턴스를 초기화합니다. |
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid) |
지정된 ID 참조, 액세스 제어 형식, 속성 액세스 형식, 속성 집합 식별자, 상속 형식 및 상속된 개체 형식을 사용하여 PropertySetAccessRule 클래스의 새 인스턴스를 초기화합니다. |
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
지정된 ID 참조, 액세스 제어 형식, 속성 액세스 형식 및 속성 집합 식별자를 사용하여 PropertySetAccessRule 클래스의 새 인스턴스를 초기화합니다.
public:
PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType);
public PropertySetAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid)
매개 변수
- identity
- IdentityReference
액세스 규칙의 트러스티를 식별하는 IdentityReference 개체입니다.
- type
- AccessControlType
액세스 규칙 형식을 지정하는 AccessControlType 열거형 값 중 하나입니다.
- access
- PropertyAccess
속성 액세스 형식을 지정하는 PropertyAccess 열거형 값 중 하나입니다.
- propertySetType
- Guid
이 액세스 규칙이 적용되는 속성 집합의 Rights-Guid입니다. Active Directory Domain Services 스키마 설명서에서 이 정보는 각 속성 집합의 참조 페이지에 있는 Rights-GUID 행에 나와 있습니다. 자세한 내용은 Rights-Guid 특성 문서를 참조하세요. 속성 집합 목록은 속성 집합 문서를 참조하세요.
적용 대상
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
지정된 ID 참조, Access Control 형식, 속성 액세스 형식, 속성 집합 식별자 및 Active Directory Domain Services 보안 상속 정보를 사용하여 PropertySetAccessRule 클래스의 새 인스턴스를 초기화합니다.
public:
PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType);
public PropertySetAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid, inheritanceType As ActiveDirectorySecurityInheritance)
매개 변수
- identity
- IdentityReference
액세스 규칙의 트러스티를 식별하는 IdentityReference 개체입니다.
- type
- AccessControlType
액세스 규칙 형식을 지정하는 AccessControlType 열거형 값 중 하나입니다.
- access
- PropertyAccess
속성 액세스 형식을 지정하는 PropertyAccess 열거형 값 중 하나입니다.
- propertySetType
- Guid
이 액세스 규칙이 적용되는 속성 집합의 Rights-Guid입니다. Active Directory Domain Services 스키마 설명서에서 이 정보는 각 속성 집합의 참조 페이지에 있는 Rights-GUID 행에 나와 있습니다. 자세한 내용은 Rights-Guid 특성 문서를 참조하세요.
속성 집합 목록은 속성 집합 문서를 참조하세요.
- inheritanceType
- ActiveDirectorySecurityInheritance
액세스 규칙의 상속 형식을 지정하는 ActiveDirectorySecurityInheritance 열거형 값 중 하나입니다.
적용 대상
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
- Source:
- ActiveDirectorySecurity.cs
지정된 ID 참조, 액세스 제어 형식, 속성 액세스 형식, 속성 집합 식별자, 상속 형식 및 상속된 개체 형식을 사용하여 PropertySetAccessRule 클래스의 새 인스턴스를 초기화합니다.
public:
PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
public PropertySetAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance * Guid -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid, inheritanceType As ActiveDirectorySecurityInheritance, inheritedObjectType As Guid)
매개 변수
- identity
- IdentityReference
액세스 규칙의 트러스티를 식별하는 IdentityReference 개체입니다.
- type
- AccessControlType
액세스 규칙 형식을 지정하는 AccessControlType 열거형 값 중 하나입니다.
- access
- PropertyAccess
속성 액세스 형식을 지정하는 PropertyAccess 열거형 값 중 하나입니다.
- propertySetType
- Guid
이 액세스 규칙이 적용되는 속성 집합의 Rights-Guid입니다. Active Directory Domain Services 스키마 설명서에서 이 정보는 각 속성 집합의 참조 페이지에 있는 Rights-GUID 행에 나와 있습니다. 자세한 내용은 Rights-Guid 특성 문서를 참조하세요.
속성 집합 목록은 속성 집합 문서를 참조하세요.
- inheritanceType
- ActiveDirectorySecurityInheritance
액세스 규칙의 상속 형식을 지정하는 ActiveDirectorySecurityInheritance 열거형 값 중 하나입니다.
- inheritedObjectType
- Guid
이 액세스 규칙을 상속할 수 있는 자식 개체 형식의 스키마 GUID입니다.
적용 대상
.NET