DirectoryObjectSecurity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.