다음을 통해 공유


CommonSecurityDescriptor.AddSystemAcl(Byte, Int32) 메서드

정의

CommonSecurityDescriptor 인스턴스에 SystemAcl 속성을 설정하고 SystemAclPresent 플래그를 설정합니다.

public:
 void AddSystemAcl(System::Byte revision, int trusted);
public void AddSystemAcl (byte revision, int trusted);
member this.AddSystemAcl : byte * int -> unit
Public Sub AddSystemAcl (revision As Byte, trusted As Integer)

매개 변수

revision
Byte

SystemAcl 개체의 수정 수준입니다.

trusted
Int32

SystemAcl 개체에 포함될 수 있는 ACE(액세스 제어 항목)의 수입니다. 이 숫자는 힌트로만 사용해야 합니다.

설명

SystemAcl 생성자는 이 CommonSecurityDescriptorIsContainerIsDS 속성을 사용합니다.

적용 대상