Show / Hide Table of Contents

Interface ConfigFile.ISecurityActiveDirectoryCredentialPluginConfiguration

Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISecurityActiveDirectoryCredentialPluginConfiguration

Properties

Container

The container on the store to use as the root of the context. Default container is used when nothing is provided.

Declaration
string Container { get; set; }
Property Value
Type Description
string
Remarks

All queries are performed under this root.

DisableIntegration

Disable integration with Active Directory

Declaration
bool DisableIntegration { get; set; }
Property Value
Type Description
bool

Domain

Name of the domain for authentication. Default domain is used when nothing is provided.

Declaration
string Domain { get; set; }
Property Value
Type Description
string
Remarks

The name of the domain or server for System.DirectoryServices.AccountManagement.ContextType.Domain context types, the machine name for System.DirectoryServices.AccountManagement.ContextType.Machine context types, or the name of the server and port hosting the System.DirectoryServices.AccountManagement.ContextType.ApplicationDirectory instance.

Password

The password used to connect to the store. User for details.

Declaration
string Password { get; set; }
Property Value
Type Description
string

PriorityInternalAssociate

Priority of the plugin for internal associates.

Declaration
int PriorityInternalAssociate { get; set; }
Property Value
Type Description
int

User

The username used to connect to the store. If the username and password parameters are not configured, the default credentials of the current principal are used. Otherwise, both username and password must be configured, and the credentials they specify are used to connect to the store.

Declaration
string User { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top