GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Método

Definição

Retorna uma matriz de valores de bytes que representa as informações contidas neste GenericSecurityDescriptor objeto.

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)

Parâmetros

binaryForm
Byte[]

A matriz de bytes na qual o conteúdo do GenericSecurityDescriptor é marshaled.

offset
Int32

O deslocamento no qual iniciar o marshaling.

Exceções

offset é negativo ou muito alto para permitir que o todo GenericSecurityDescriptor seja copiado em binaryForm.

Aplica-se a