The types (main categories) of vaults.
            
 
    Namespace: 
   PDTec.IceNet.Core.Database
    Assembly:
   PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
 Syntax
Syntax Members
Members|  | Member name | Value | Description | 
|---|
|  | DatabaseVault | 0 | Database vault. File content is stored in a database BLOB. | 
|  | FileVault | 1 | File content is not stored in a database BLOB. The 
            specific storage strategy is defined by the vault protocol. | 
|  | CryptoVault | 2 | 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
See Also