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

The type exposes the following properties.

Public Properties

  Name Description
Public property ConfigSection
Gets the config section for AD.
(Overrides DirectoryGateway..::ConfigSection.)
Public property DashboardAccessGroup
Gets the dashboard access group.
(Overrides DirectoryGateway..::DashboardAccessGroup.)
Public property DefaultDomain
Gets the default AD domain.
(Overrides DirectoryGateway..::DefaultDomain.)
Public property ForceVisitorGroup
Gets the force visitor group.
(Overrides DirectoryGateway..::ForceVisitorGroup.)
Public property ManagerAccessGroup
Gets the manager access group.
(Overrides DirectoryGateway..::ManagerAccessGroup.)
Public property MembershipProviderName
Gets or sets the name of the membership provider for which this gateway interacts.
Public property SmartsiteGroup
Gets the smartsite group.
(Overrides DirectoryGateway..::SmartsiteGroup.)
Public property StoreFullyQualifiedLoginName
Gets a value indicating whether to store fully qualified login names.
(Overrides DirectoryGateway..::StoreFullyQualifiedLoginName.)
Public property SupportedDomains
Returns a list of domain names which are supported through this gateway.
(Overrides DirectoryGateway..::SupportedDomains.)
Public property SwitchProviderOnSupportedDomainsList
Determines which method of switching membership provider(s) should be used.
(Inherited from DirectoryGateway.)
Public property UpdatePrimaryGroup
Gets a value indicating whether to update the primary group for existing users.
(Overrides DirectoryGateway..::UpdatePrimaryGroup.)

See Also

Advanced