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 imageCopy Code
                                  public class SecurityDescriptor
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SecurityDescriptor

The type exposes the following members.

Public Constructors

  Name Description
Public method SecurityDescriptor
Private constructor for creating a Security Descriptor from an SDDL string

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member SecurityDescriptorFromString
Creates a Security Descriptor from an SDDL string
Public method ToString
Renders the Security Descriptor as an SDDL string
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property DACL
Gets or Sets the DACL
Public property Group
Gets or Sets the Group
Public property Owner
Gets or Sets the Owner
Public property SACL
Gets or Sets the SACL

See Also

Advanced