GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau de valeurs d’octets qui représente les informations contenues dans cet objet 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)
Paramètres
- binaryForm
- Byte[]
Tableau d’octets dans lequel le contenu de GenericSecurityDescriptor est marshalé.
- offset
- Int32
Offset au niveau duquel commencer le marshaling.
Exceptions
offset
est négatif ou trop élevé pour autoriser la copie de l’ensemble de la GenericSecurityDescriptor dans array
.