Class ConfigFile.Security.Sentry
Sentry configuration
Inheritance
System.Object
ConfigFile.Security.Sentry
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Sentry
Properties
Ignore
Ignore the Sentry mechanism, everything will be allowed (default 'False')
Declaration
public static bool Ignore { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
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.