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