다음을 통해 공유


GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) 메서드

정의

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

public:
 void GetBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public void GetBinaryForm (byte[] binaryForm, int offset);
member this.GetBinaryForm : byte[] * int -> unit
Public Sub GetBinaryForm (binaryForm As Byte(), offset As Integer)

매개 변수

binaryForm
Byte[]

GenericSecurityDescriptor의 내용이 마샬링되는 바이트 배열입니다.

offset
Int32

마샬링을 시작할 오프셋입니다.

예외

offset이 음수이거나 너무 높아서 전체 GenericSecurityDescriptorarray에 복사할 수 없습니다.

적용 대상