This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class SecurityDescriptor |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SecurityDescriptor |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
SecurityDescriptor |
Private constructor for creating a Security Descriptor from an SDDL string
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SecurityDescriptorFromString |
Creates a Security Descriptor from an SDDL string
|
|
ToString |
Renders the Security Descriptor as an SDDL string
(Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
DACL |
Gets or Sets the DACL
|
|
Group |
Gets or Sets the Group
|
|
Owner |
Gets or Sets the Owner
|
|
SACL |
Gets or Sets the SACL
|