The HashDatabaseConfig type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | EncryptAlgorithm | 
            The algorithm used to perform encryption and decryption.
            (Inherited from DatabaseConfig.) | 
|  | Encrypted | 
            Encrypt the database using the cryptographic password specified by
            DatabaseConfig.SetEncryption or
            DatabaseEnvironmentConfig.SetEncryption.
            (Inherited from DatabaseConfig.) | 
|  | EncryptionPassword | 
            The password used to perform encryption and decryption.
            (Inherited from DatabaseConfig.) | 
|  | FillFactor | 
            The desired density within the hash table. If no value is specified,
            the fill factor will be selected dynamically as pages are filled. 
             | 
|  | PageSize | 
            The size of the pages used to hold items in the database, in bytes.
            (Inherited from DatabaseConfig.) | 
|  | TableSize | 
            An estimate of the final size of the hash table.
             | 





