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

정의

SecurityIdentifier 클래스로 표시된 특정 SID(보안 식별자)의 이진 표현을 바이트 배열로 복사합니다.

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[]

복사된 SID를 받을 바이트 배열입니다.

offset
Int32

시작 인덱스로 사용할 binaryForm의 바이트 오프셋입니다.

적용 대상