The types (main categories) of vaults.
            
 
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
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