Class ConfigFile.Security.Sentry
Sentry configuration
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Security.Sentry
Properties
Ignore
Ignore the Sentry mechanism, everything will be allowed (default 'False')
Declaration
public static 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.