Interface ConfigFile.ISecuritySoPasswordCredentialPluginConfiguration
Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISecuritySoPasswordCredentialPluginConfiguration
Properties
DisableUseExternalAssociate
Disables SuperOffice password for External associates.
Declaration
bool DisableUseExternalAssociate { get; set; }
Property Value
Type | Description |
---|---|
bool |
DisableUseInternalAssociate
Disables SuperOffice-passwords for Internal associates (normal users).
Declaration
bool DisableUseInternalAssociate { get; set; }
Property Value
Type | Description |
---|---|
bool |
DisableUseSystemAssociate
Disables SuperOffice password for System associates.
Declaration
bool DisableUseSystemAssociate { get; set; }
Property Value
Type | Description |
---|---|
bool |
PriorityInternalAssociate
Priority of the plugin for internal associates.
Declaration
int PriorityInternalAssociate { get; set; }
Property Value
Type | Description |
---|---|
int |