CommonSecurityDescriptor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보안 설명자를 나타냅니다. 보안 설명자에는 소유자, 주 그룹, DACL(임의 액세스 제어 목록) 및 SACL(시스템 액세스 제어 목록)이 포함됩니다.
public ref class CommonSecurityDescriptor sealed : System::Security::AccessControl::GenericSecurityDescriptor
public sealed class CommonSecurityDescriptor : System.Security.AccessControl.GenericSecurityDescriptor
type CommonSecurityDescriptor = class
inherit GenericSecurityDescriptor
Public NotInheritable Class CommonSecurityDescriptor
Inherits GenericSecurityDescriptor
- 상속
생성자
CommonSecurityDescriptor(Boolean, Boolean, Byte[], Int32) |
지정된 바이트 값 배열을 사용하여 CommonSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다. |
CommonSecurityDescriptor(Boolean, Boolean, ControlFlags, SecurityIdentifier, SecurityIdentifier, SystemAcl, DiscretionaryAcl) |
지정된 정보에서 CommonSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다. |
CommonSecurityDescriptor(Boolean, Boolean, RawSecurityDescriptor) |
지정된 CommonSecurityDescriptor 개체에서 RawSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다. |
CommonSecurityDescriptor(Boolean, Boolean, String) |
지정한 SDDL(Security Descriptor Definition Language) 문자열에서 CommonSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다. |
속성
BinaryLength |
현재 GenericSecurityDescriptor 개체에 대한 이진 표현의 길이(바이트)를 가져옵니다. 이 길이는 ACL을 이진 배열로 마샬링하기 전에 GetBinaryForm(Byte[], Int32) 메서드와 함께 사용해야 합니다. (다음에서 상속됨 GenericSecurityDescriptor) |
ControlFlags |
CommonSecurityDescriptor 개체의 동작을 지정하는 값을 가져옵니다. |
DiscretionaryAcl |
이 CommonSecurityDescriptor 개체의 DACL(임의 액세스 제어 목록)을 가져오거나 설정합니다. DACL에는 액세스 규칙이 포함되어 있습니다. |
Group |
이 CommonSecurityDescriptor 개체의 주 그룹을 가져오거나 설정합니다. |
IsContainer |
이 CommonSecurityDescriptor 개체와 관련된 개체가 컨테이너 개체인지 여부를 지정하는 부울 값을 가져옵니다. |
IsDiscretionaryAclCanonical |
이 CommonSecurityDescriptor 개체와 관련된 DACL(임의 액세스 제어 목록)이 정식 순서대로 되어 있는지 여부를 지정하는 부울 값을 가져옵니다. |
IsDS |
이 CommonSecurityDescriptor 개체와 관련된 개체가 디렉터리 개체인지 여부를 지정하는 부울 값을 가져옵니다. |
IsSystemAclCanonical |
이 CommonSecurityDescriptor 개체와 관련된 SACL(시스템 액세스 제어 목록)이 정식 순서대로 되어 있는지 여부를 지정하는 부울 값을 가져옵니다. |
Owner |
이 CommonSecurityDescriptor 개체와 연결된 개체의 소유자를 가져오거나 설정합니다. |
SystemAcl |
이 CommonSecurityDescriptor 개체의 SACL(시스템 액세스 제어 목록)을 가져오거나 설정합니다. SACL에는 감사 규칙이 포함되어 있습니다. |
메서드
AddDiscretionaryAcl(Byte, Int32) |
이 CommonSecurityDescriptor 인스턴스에 DiscretionaryAcl 속성을 설정하고 DiscretionaryAclPresent 플래그를 설정합니다. |
AddSystemAcl(Byte, Int32) |
이 CommonSecurityDescriptor 인스턴스에 SystemAcl 속성을 설정하고 SystemAclPresent 플래그를 설정합니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetBinaryForm(Byte[], Int32) |
이 GenericSecurityDescriptor 개체에 포함된 정보를 나타내는 바이트 값 배열을 반환합니다. (다음에서 상속됨 GenericSecurityDescriptor) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetSddlForm(AccessControlSections) |
이 GenericSecurityDescriptor 개체가 나타내는 지정된 보안 설명자 섹션의 SDDL(Security Descriptor Definition Language) 표시를 반환합니다. (다음에서 상속됨 GenericSecurityDescriptor) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
PurgeAccessControl(SecurityIdentifier) |
이 CommonSecurityDescriptor 개체와 관련된 DACL(임의 액세스 제어 목록)에서 지정된 보안 식별자에 대한 모든 액세스 규칙을 제거합니다. |
PurgeAudit(SecurityIdentifier) |
이 CommonSecurityDescriptor 개체와 관련된 SACL(시스템 액세스 제어 목록)에서 지정된 보안 식별자에 대한 모든 감사 규칙을 제거합니다. |
SetDiscretionaryAclProtection(Boolean, Boolean) |
이 CommonSecurityDescriptor 개체와 관련된 DACL(임의 액세스 제어 목록)에 대해 상속 보호를 설정합니다. 보호된 DACL은 부모 컨테이너에서 액세스 규칙을 상속하지 않습니다. |
SetSystemAclProtection(Boolean, Boolean) |
이 CommonSecurityDescriptor 개체와 관련된 SACL(시스템 액세스 제어 목록)에 대해 상속 보호를 설정합니다. 보호된 SACL은 부모 컨테이너에서 감사 규칙을 상속하지 않습니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET