GenericSecurityDescriptor.BinaryLength Propriété
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.
Obtient la longueur, en octets, de la représentation binaire de l'objet GenericSecurityDescriptor actuel. Utilisez cette longueur avant de marshaler la liste ACL en tableau binaire avec la méthode GetBinaryForm(Byte[], Int32).
public:
property int BinaryLength { int get(); };
public int BinaryLength { get; }
member this.BinaryLength : int
Public ReadOnly Property BinaryLength As Integer
Valeur de propriété
Longueur, en octets, de la représentation binaire de l'objet GenericSecurityDescriptor actuel.