Show / Hide Table of Contents

Class ConfigFile.Security.Sentry

Sentry configuration

Inheritance
object
ConfigFile.Security.Sentry
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top