다음을 통해 공유


AccessRule 생성자

정의

지정된 값을 사용하여 AccessRule 클래스의 새 인스턴스를 초기화합니다.

protected:
 AccessRule(System::Security::Principal::IdentityReference ^ identity, int accessMask, bool isInherited, System::Security::AccessControl::InheritanceFlags inheritanceFlags, System::Security::AccessControl::PropagationFlags propagationFlags, System::Security::AccessControl::AccessControlType type);
protected AccessRule (System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.AccessRule : System.Security.Principal.IdentityReference * int * bool * System.Security.AccessControl.InheritanceFlags * System.Security.AccessControl.PropagationFlags * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.AccessRule
Protected Sub New (identity As IdentityReference, accessMask As Integer, isInherited As Boolean, inheritanceFlags As InheritanceFlags, propagationFlags As PropagationFlags, type As AccessControlType)

매개 변수

identity
IdentityReference

액세스 규칙이 적용되는 ID입니다. 이 매개 변수는 SecurityIdentifier로 캐스트할 수 있는 개체여야 합니다.

accessMask
Int32

이 규칙의 액세스 마스크입니다. 액세스 마스크는 개별 통합자가 정의하는 의미에 해당하는 익명 비트의 32비트 컬렉션입니다.

isInherited
Boolean

이 규칙이 부모 컨테이너에서 상속되면 true입니다.

inheritanceFlags
InheritanceFlags

액세스 규칙의 상속 속성입니다.

propagationFlags
PropagationFlags

상속된 액세스 규칙의 자동 전파 여부입니다. inheritanceFlagsNone으로 설정되면 전파 플래그는 무시됩니다.

type
AccessControlType

유효한 액세스 제어 형식입니다.

예외

identity 매개 변수 값을 SecurityIdentifier로 캐스팅할 수 없거나 type 매개 변수에 잘못된 값이 포함되어 있는 경우

accessMask 매개 변수의 값이 0이거나, inheritanceFlags 또는 propagationFlags 매개 변수에 인식될 수 없는 플래그 값이 포함되어 있습니다.

상속자 참고

이 메서드가 시스템 통합자 쓰일 수 없습니다. 통합자는 상속 된 규칙을 만들지 마십시오.

적용 대상