Show / Hide Table of Contents

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

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