This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Security Descriptor

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class SecurityDescriptor
Visual Basic (Declaration)Copy imageCopy Code
Public Class SecurityDescriptor

Remarks

The Security Descriptor is the top level of the Access Control API. It represents all the Access Control data that is associated with the secured object.

Inheritance Hierarchy

System..::..Object
  Smartsite.Base.HttpNamespaceManager..::..SecurityDescriptor

See Also

Advanced