RawSecurityDescriptor 클래스

정의

보안 설명자를 나타냅니다. 보안 설명자에는 소유자, 주 그룹, DACL(임의 액세스 제어 목록) 및 SACL(시스템 액세스 제어 목록)이 포함됩니다.

public ref class RawSecurityDescriptor sealed : System::Security::AccessControl::GenericSecurityDescriptor
public sealed class RawSecurityDescriptor : System.Security.AccessControl.GenericSecurityDescriptor
type RawSecurityDescriptor = class
    inherit GenericSecurityDescriptor
Public NotInheritable Class RawSecurityDescriptor
Inherits GenericSecurityDescriptor
상속
RawSecurityDescriptor

생성자

RawSecurityDescriptor(Byte[], Int32)

지정된 바이트 값 배열을 사용하여 RawSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다.

RawSecurityDescriptor(ControlFlags, SecurityIdentifier, SecurityIdentifier, RawAcl, RawAcl)

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

RawSecurityDescriptor(String)

지정한 SDDL(Security Descriptor Definition Language) 문자열에서 RawSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다.

속성

BinaryLength

현재 GenericSecurityDescriptor 개체에 대한 이진 표현의 길이(바이트)를 가져옵니다. 이 길이는 ACL을 이진 배열로 마샬링하기 전에 GetBinaryForm(Byte[], Int32) 메서드와 함께 사용해야 합니다.

(다음에서 상속됨 GenericSecurityDescriptor)
ControlFlags

RawSecurityDescriptor 개체의 동작을 지정하는 값을 가져옵니다.

DiscretionaryAcl

RawSecurityDescriptor 개체의 DACL(임의 액세스 제어 목록)을 가져오거나 설정합니다. DACL에는 액세스 규칙이 포함되어 있습니다.

Group

RawSecurityDescriptor 개체의 주 그룹을 가져오거나 설정합니다.

Owner

RawSecurityDescriptor 개체와 연결된 개체의 소유자를 가져오거나 설정합니다.

ResourceManagerControl

RawSecurityDescriptor 개체와 관련된 리소스 관리자 제어 비트를 나타내는 바이트 값을 가져오거나 설정합니다.

SystemAcl

RawSecurityDescriptor 개체의 SACL(시스템 액세스 제어 목록)을 가져오거나 설정합니다. SACL에는 감사 규칙이 포함되어 있습니다.

메서드

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)
SetFlags(ControlFlags)

ControlFlags 개체의 RawSecurityDescriptor 속성을 지정된 값으로 설정합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상