Table of Contents

Enum ExtensionValidationFlags

Namespace
RDCore.SDK.Extensibility
Assembly
RDCore.SDK.dll

The validation flags issued by the extension validation service.

[Flags]
public enum ExtensionValidationFlags

Fields

Blocked = 1

The Title specified in the extension manifest is currently explicitly blocked.

Application configuration explicitly lists Blocked extensions.

FileNotFound = 8

The Name specified in the extension manifest does not point to an existing file in this location.

The server executable may have been moved, renamed, or deleted.

LocationMismatch = 4

The Title specified in the extension manifest mismatches its folder location.

Folder location ensures uniqueness of extension titles available to a given server host.

NoFlags = 0

The extension is valid.

NotAllowed = 2

The Title specified in the extension manifest is not currently enabled.

Application configuration must explicitly list Allowed extensions.

SignatureMismatch = 16

The Signature specified in the extension manifest does not match the signature of the discovered binary executable.

The server executable may have been tampered with.