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
                          namespace Smartsite.Base.Acl
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Base.Acl

Classes

  Class Description
Public class AclRule
Base class for Acl rules
Public class AclTools
Tools for managing ACLs on site folders.
Public class DirectoryAccessAclRule
Tests if a Windows user or Window user group has access to a directory.
Public class FileAccessAclRule
Tests if a Windows user or Window user group has access to a directory.
Public class HttpNamespaceAclRule
Tests if a Windows user or user group has access to an http namespace.
Public class RegistryAccessAclRule
Tests if a Windows user or Window user group has access to a registry key.
Public class WellKnownSids
Helper class for working with well known sids.

Enumerations

  Enumeration Description
Public enumeration AclRuleMakeEffectiveResult
Defines the result of an Acl make effective.
Public enumeration AclRuleValidationResult
Defines the result of an Acl validation.
Advanced