GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Método
Definição
Retorna uma matriz de valores de byte que representa as informações contidas neste objeto GenericSecurityDescriptor.Returns an array of byte values that represents the information contained in this GenericSecurityDescriptor object.
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 marshaling do conteúdo do GenericSecurityDescriptor é realizado.The byte array into which the contents of the GenericSecurityDescriptor is marshaled.
- offset
- Int32
O deslocamento no qual iniciar o marshaling.The offset at which to start marshaling.
Exceções
offset é negativo ou alto demais para permitir que todo o GenericSecurityDescriptor seja copiado para o array.offset is negative or too high to allow the entire GenericSecurityDescriptor to be copied into array.