Interface ConfigFile.ISecuritySentryConfiguration
Sentry configuration Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISecuritySentryConfiguration
Properties
Ignore
Ignore the Sentry mechanism, everything will be allowed (default 'False')
Declaration
bool Ignore { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
This option is only available in SuperOffice NetServer version 1.0. The reason for permitting it here is that the Sentry mechanism is rather new, and disabeling it is the last resort in case of severe problems.