System.Security.AccessControl.GenericSecurityDescriptor.GetBinaryForm Method

Returns an array of byte values that represents the information contained in this System.Security.AccessControl.GenericSecurityDescriptor object.

Syntax

public void GetBinaryForm (byte[] binaryForm, int offset)

Parameters

binaryForm
The byte array into which the contents of the System.Security.AccessControl.GenericSecurityDescriptor is marshaled.
offset
The offset at which to start marshaling.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0