ConfigurableVaultApplicationBaseTSecureConfigurationIsValid Method

Indicates whether the current configuration is valid based on the built-in validation and custom validation logic.

Definition

Namespace: MFiles.VAF.Core
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual bool IsValid(
	Vault vault
)

Parameters

vault  Vault
The vault to validate the configuration with.

Return Value

Boolean
True if the configuration is valid

See Also