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 imageCopy Code
public class ActiveDirectoryRoleProvider : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class ActiveDirectoryRoleProvider _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System.Configuration.Provider..::..ProviderBase
    System.Web.Security..::..RoleProvider
      Smartsite.Security.Authorization..::..ActiveDirectoryRoleProvider

See Also

Advanced