언어

GenericSecurityDescriptor 클래스

정의

보안 설명자를 나타냅니다. 보안 설명자에는 소유자, 기본 그룹, DACL(임의 Access Control 목록) 및 SACL(시스템 Access Control 목록)이 포함됩니다.

public ref class GenericSecurityDescriptor abstract
public abstract class GenericSecurityDescriptor
type GenericSecurityDescriptor = class
Public MustInherit Class GenericSecurityDescriptor
상속
GenericSecurityDescriptor
파생

생성자

Name Description
GenericSecurityDescriptor()

GenericSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
BinaryLength

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

ControlFlags

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

Group

이 GenericSecurityDescriptor 개체의 기본 그룹을 가져오거나 설정합니다.

Owner

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

Revision

개체의 수정 수준을 가져옵니다 GenericSecurityDescriptor .

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetBinaryForm(Byte[], Int32)

이 GenericSecurityDescriptor 개체에 포함된 정보를 나타내는 바이트 값의 배열을 반환합니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetSddlForm(AccessControlSections)

이 GenericSecurityDescriptor 개체가 나타내는 보안 설명자의 지정된 섹션에 대한 SDDL(보안 설명자 정의 언어) 표현을 반환합니다.

GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
IsSddlConversionSupported()

이 GenericSecurityDescriptor 개체와 연결된 보안 설명자를 SDDL(Security Descriptor Definition Language) 형식으로 변환할 수 있는지 여부를 지정하는 부울 값을 반환합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

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

(다음에서 상속됨 Object)

적용 대상