Class UserPreferenceStrings.SentryAddonNames
Sentry Addons: [SentryAddonNames] dummy-name = prog.id. The prog.id is requred and matches ProgId property of the sentry plugin attribute.
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class SentryAddonNames : Object
Remarks
Verification is done by adding a progid string to the sentry plugin attribute, so that NetServer plugins can declare the COM progid without having to actually be COM compatible. NetServer can then check the sentry preferences and verify that all progids are present before allowing user to log in. Ignore Sentry in config file or logging in with system user disables the sentry plugin check.
Fields
Section
Section heading
Declaration
public const string Section = "SentryAddonNames"
Field Value
Type | Description |
---|---|
String |
Remarks
Verification is done by adding a progid string to the sentry plugin attribute, so that NetServer plugins can declare the COM progid without having to actually be COM compatible. NetServer can then check the sentry preferences and verify that all progids are present before allowing user to log in. Ignore Sentry in config file or logging in with system user disables the sentry plugin check.