The content of this page can only be used if the following condition(s) are all met:
You must target the Vault Application Framework 2.0 or higher.
VAF 2.1
Version 2.1 of the Vault Application Framework introduces a new base class for your applications to inherit from. This new base class encapsulates a large chunk of boilerplate code that was previously required to be implemented manually.
Implementing a custom dashboard involves overriding the CustomValidation method:
The information returned by the CustomValidation method should be the same as with the VAF 2.0 implementation.
VAF 2.0
Each configuration node can define a method which executes additional validation of the configuration. In the sample below, the CustomValidator method has been set as the Validator for the configuration node.