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