CommonObjectSecurity(Boolean) Constructor

Definition

Initializes a new instance of the CommonObjectSecurity class.

protected:
 CommonObjectSecurity(bool isContainer);
protected CommonObjectSecurity (bool isContainer);
new System.Security.AccessControl.CommonObjectSecurity : bool -> System.Security.AccessControl.CommonObjectSecurity
Protected Sub New (isContainer As Boolean)

Parameters

isContainer
Boolean

true if the new object is a container object.

Applies to