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 public static IDictionary<string, VaultsConfigVaultConfig> CreateVaultConfiguration(
XmlElement xeVaults
)
Parameters
- xeVaults
- Type: System.XmlXmlElement
The <vaults> element.
Return Value
Type:
IDictionaryString,
VaultsConfigVaultConfigThe configurations in a dictionary by vault name.
Exceptions Remarks
The <vaults> element must not contain <vault> elements with update=true" attributes.
See Also