ObjectSecurity Constructors

Definition

Initializes a new instance of the ObjectSecurity class.

Overloads

ObjectSecurity()

Initializes a new instance of the ObjectSecurity class.

ObjectSecurity(CommonSecurityDescriptor)

Initializes a new instance of the ObjectSecurity class.

ObjectSecurity(Boolean, Boolean)

Initializes a new instance of the ObjectSecurity class.

ObjectSecurity()

Initializes a new instance of the ObjectSecurity class.

protected:
 ObjectSecurity();
protected ObjectSecurity ();
Protected Sub New ()

Applies to

ObjectSecurity(CommonSecurityDescriptor)

Initializes a new instance of the ObjectSecurity class.

protected:
 ObjectSecurity(System::Security::AccessControl::CommonSecurityDescriptor ^ securityDescriptor);
protected ObjectSecurity (System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor);
new System.Security.AccessControl.ObjectSecurity : System.Security.AccessControl.CommonSecurityDescriptor -> System.Security.AccessControl.ObjectSecurity
Protected Sub New (securityDescriptor As CommonSecurityDescriptor)

Parameters

securityDescriptor
CommonSecurityDescriptor

The CommonSecurityDescriptor of the new CommonObjectSecurity instance.

Applies to

ObjectSecurity(Boolean, Boolean)

Initializes a new instance of the ObjectSecurity class.

protected:
 ObjectSecurity(bool isContainer, bool isDS);
protected ObjectSecurity (bool isContainer, bool isDS);
new System.Security.AccessControl.ObjectSecurity : bool * bool -> System.Security.AccessControl.ObjectSecurity
Protected Sub New (isContainer As Boolean, isDS As Boolean)

Parameters

isContainer
Boolean

true if the new ObjectSecurity object is a container object.

isDS
Boolean

True if the new ObjectSecurity object is a directory object.

Applies to