System.Security.AccessControl.CommonAce Members

The members of System.Security.AccessControl.CommonAce are listed below.

See Also: Inherited members from System.Security.AccessControl.QualifiedAce

Public Constructors

Public Properties

[read-only]
override
BinaryLengthint.

Gets the length, in bytes, of the binary representation of the current System.Security.AccessControl.CommonAce object. Use this length with the CommonAce.GetBinaryForm(Byte[], int) method before marshaling the ACL into a binary array.

Public Methods

override
GetBinaryForm(byte[], int)

Marshals the contents of the System.Security.AccessControl.CommonAce object into the specified byte array beginning at the specified offset.

static
MaxOpaqueLength(bool) : int

Gets the maximum allowed length of an opaque data BLOB for callback access control entries (ACEs).