Click or drag to resize
VaultType Enumeration
The types (main categories) of vaults.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public enum VaultType
Members
  Member nameValueDescription
DatabaseVault0 Database vault. File content is stored in a database BLOB.
FileVault1 File content is not stored in a database BLOB. The specific storage strategy is defined by the vault protocol.
CryptoVault2 File content is not stored in a database BLOB. The specific storage strategy is defined by the vault protocol. The ice.NET Platforms supports encryption by creating individual keys for each file content.
See Also