ObjectAce.MaxOpaqueLength(Boolean) Method

Definition

Returns the maximum allowed length, in bytes, 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 if the ObjectAce is a callback ACE type.

Returns

The maximum allowed length, in bytes, of an opaque data BLOB for callback Access Control Entries (ACEs).

Applies to