Bearbeiten

DirectoryObjectSecurity Constructors

Definition

Initializes a new instance of the DirectoryObjectSecurity class.

Overloads

DirectoryObjectSecurity()

Initializes a new instance of the DirectoryObjectSecurity class.

DirectoryObjectSecurity(CommonSecurityDescriptor)

Initializes a new instance of the DirectoryObjectSecurity class with the specified security descriptor.

DirectoryObjectSecurity()

Initializes a new instance of the DirectoryObjectSecurity class.

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

Applies to

DirectoryObjectSecurity(CommonSecurityDescriptor)

Initializes a new instance of the DirectoryObjectSecurity class with the specified security descriptor.

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

Parameters

securityDescriptor
CommonSecurityDescriptor

The security descriptor to be associated with the new DirectoryObjectSecurity object.

Applies to