HashingSettings Class

Document hashing settings.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class HashingSettings
Inheritance
Object    HashingSettings

Constructors

HashingSettings Constructor.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also