CommonAce.MaxOpaqueLength(Boolean) Method

Definition

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

public:
 static int MaxOpaqueLength(bool isCallback);
public static int MaxOpaqueLength (bool isCallback);
static member MaxOpaqueLength : bool -> int
Public Shared Function MaxOpaqueLength (isCallback As Boolean) As Integer

Parameters

isCallback
Boolean

true to specify that the CommonAce object is a callback ACE type.

Returns

The allowed length of an opaque data BLOB.

Applies to