SecurityIdentifier.GetBinaryForm(Byte[], Int32) Méthode
Définition
Copie la représentation binaire de l'identificateur de sécurité (SID) spécifié représenté par la classe SecurityIdentifier dans un tableau d'octets.Copies the binary representation of the specified security identifier (SID) represented by the SecurityIdentifier class to a byte array.
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 devant recevoir le SID copié.The byte array to receive the copied SID.
- offset
- Int32
Offset d'octet à utiliser comme index de départ dans binaryForm
.The byte offset to use as the starting index in binaryForm
.