Hashing |
[DataContractAttribute] public class HashingSettings
The HashingSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| HashingSettings | Constructor. |
| Name | Description | |
|---|---|---|
| CalculateFileEntropy | If true, calculates the Shannon entropy of the document's bytes. | |
| HashingType | Document hashing type. | |
| IncludeBccRecipientsInEmailContentHash | If true, includes email 'Bcc' recipients in the email overall recipient hash (see properties SHA1RecipientsHash and SHA1RecipientNamesHash). The recipient hash is part of the email content hash. | |
| MaxBinaryHashLength | Maximum number of bytes to use for MD5/SHA-1 binary hash (digest) calculation. See property HashingType. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |