SecureConfigurationManagerTConfigLoadText Method

Load the configuration text from storage.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual string LoadText(
	Vault vault
)

Parameters

vault  Vault
The vault to load the configuration from.

Return Value

String
The configuration text.

See Also