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 = 1The
Titlespecified in the extension manifest is currently explicitly blocked.Application configuration explicitly lists
Blockedextensions.FileNotFound = 8The
Namespecified 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 = 4The
Titlespecified in the extension manifest mismatches its folder location.Folder location ensures uniqueness of extension titles available to a given server host.
NoFlags = 0The extension is valid.
NotAllowed = 2The
Titlespecified in the extension manifest is not currently enabled.Application configuration must explicitly list
Allowedextensions.SignatureMismatch = 16The
Signaturespecified in the extension manifest does not match the signature of the discovered binary executable.The server executable may have been tampered with.