ObjectSecurity.GetSecurityDescriptorBinaryForm 메서드

정의

ObjectSecurity 개체의 보안 설명자 정보를 나타내는 바이트 값 배열을 반환합니다.

public:
 cli::array <System::Byte> ^ GetSecurityDescriptorBinaryForm();
public byte[] GetSecurityDescriptorBinaryForm ();
member this.GetSecurityDescriptorBinaryForm : unit -> byte[]
Public Function GetSecurityDescriptorBinaryForm () As Byte()

반환

Byte[]

ObjectSecurity 개체의 보안 설명자를 나타내는 바이트 값 배열입니다. 이 ObjectSecurity 개체에 보안 정보가 없는 경우 이 메서드는 null을 반환합니다.

설명

이 메서드는 현재 메모리에 있는 보안 설명자 정보를 반환합니다. 영구 스토리지에 저장된 정보를 검색하지 않습니다.

적용 대상