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 Code |
---|---|
namespace Smartsite.Security.Authorization |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Security.Authorization |
Classes
Class | Description | |
---|---|---|
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.
|
|
SqlRoleProvider |
Custom role provider for Smartsite SQL Server database
|