This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
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.
Namespace: Smartsite.Security.Authorization
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public class ActiveDirectoryRoleProvider : |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ActiveDirectoryRoleProvider _ Inherits |
Inheritance Hierarchy
System..::..Object
System.Configuration.Provider..::..ProviderBase
System.Web.Security..::..RoleProvider
Smartsite.Security.Authorization..::..ActiveDirectoryRoleProvider
System.Configuration.Provider..::..ProviderBase
System.Web.Security..::..RoleProvider
Smartsite.Security.Authorization..::..ActiveDirectoryRoleProvider
See Also
ActiveDirectoryRoleProvider Members
Smartsite.Security.Authorization Namespace