Click or drag to resize

VaultUtilsCreateVaultConfiguration Method

Reads vault configurations from an XML element. The element should be the <vaults> element.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static IDictionary<string, VaultsConfigVaultConfig> CreateVaultConfiguration(
	XmlElement xeVaults
)

Parameters

xeVaults
Type: System.XmlXmlElement
The <vaults> element.

Return Value

Type: IDictionaryString, VaultsConfigVaultConfig
The configurations in a dictionary by vault name.
Exceptions
ExceptionCondition
ConfigurationExceptionIf XML is not valid or contains update=true" attributes.
Remarks
The <vaults> element must not contain <vault> elements with update=true" attributes.
See Also