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

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.Security.Authorization
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Security.Authorization

Classes

  Class Description
Public class ActiveDirectoryRoleProvider
Custom role provider for Active Directory . This provider is only used to get the groups the user belongs to by implementing the GetRolesForUser method. All other methods are not implemented. To get the user groups the helper class ActiveDirectoryGateway is used.
Public class SqlRoleProvider
Custom role provider for Smartsite SQL Server database
Advanced