GenericSecurityDescriptor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보안 설명자를 나타냅니다. 보안 설명자에는 소유자, 주 그룹, DACL(임의 액세스 제어 목록) 및 SACL(시스템 액세스 제어 목록)이 포함됩니다.
public ref class GenericSecurityDescriptor abstract
public abstract class GenericSecurityDescriptor
type GenericSecurityDescriptor = class
Public MustInherit Class GenericSecurityDescriptor
- 상속
-
GenericSecurityDescriptor
- 파생
생성자
GenericSecurityDescriptor() |
GenericSecurityDescriptor 클래스의 새 인스턴스를 초기화합니다. |
속성
BinaryLength |
현재 GenericSecurityDescriptor 개체에 대한 이진 표현의 길이(바이트)를 가져옵니다. 이 길이는 ACL을 이진 배열로 마샬링하기 전에 GetBinaryForm(Byte[], Int32) 메서드와 함께 사용해야 합니다. |
ControlFlags |
GenericSecurityDescriptor 개체의 동작을 지정하는 값을 가져옵니다. |
Group |
이 GenericSecurityDescriptor 개체의 주 그룹을 가져오거나 설정합니다. |
Owner |
이 GenericSecurityDescriptor 개체와 연결된 개체의 소유자를 가져오거나 설정합니다. |
Revision |
GenericSecurityDescriptor 개체의 수정 수준을 가져옵니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetBinaryForm(Byte[], Int32) |
이 GenericSecurityDescriptor 개체에 포함된 정보를 나타내는 바이트 값 배열을 반환합니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetSddlForm(AccessControlSections) |
이 GenericSecurityDescriptor 개체가 나타내는 지정된 보안 설명자 섹션의 SDDL(Security Descriptor Definition Language) 표시를 반환합니다. |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
IsSddlConversionSupported() |
이 GenericSecurityDescriptor 개체와 연결된 보안 설명자를 SDDL(보안 설명자 정의 언어) 형식으로 변환할 수 있는지 여부를 지정하는 부울 값을 반환합니다. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET