Class ConfigFile.Security.SoPasswordCredentialPlugin
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Security.SoPasswordCredentialPlugin
Properties
DisableUseExternalAssociate
Disables SuperOffice password for External associates.
Declaration
public static bool DisableUseExternalAssociate { get; set; }
Property Value
Type | Description |
---|---|
bool |
DisableUseInternalAssociate
Disables SuperOffice-passwords for Internal associates (normal users).
Declaration
public static bool DisableUseInternalAssociate { get; set; }
Property Value
Type | Description |
---|---|
bool |
DisableUseSystemAssociate
Disables SuperOffice password for System associates.
Declaration
public static bool DisableUseSystemAssociate { get; set; }
Property Value
Type | Description |
---|---|
bool |
PriorityInternalAssociate
Priority of the plugin for internal associates.
Declaration
public static int PriorityInternalAssociate { get; set; }
Property Value
Type | Description |
---|---|
int |