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 GenericSecurityDescriptor objet.
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 du GenericSecurityDescriptor fichier est marshalé.
- offset
- Int32
Décalage auquel commencer le marshaling.
Exceptions
offset est négatif ou trop élevé pour permettre à l’ensemble GenericSecurityDescriptor d’être copié dans binaryForm.