Class ConfigFile.Security.ActiveDirectoryCredentialPlugin
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Security.ActiveDirectoryCredentialPlugin
Properties
Container
The container on the store to use as the root of the context. Default container is used when nothing is provided.
Declaration
public static string Container { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
All queries are performed under this root.
DisableIntegration
Disable integration with Active Directory
Declaration
public static 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
public static 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
public static string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
PriorityInternalAssociate
Priority of the plugin for internal associates.
Declaration
public static 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
public static string User { get; set; }
Property Value
Type | Description |
---|---|
string |