Click or drag to resize

HashingSettings Class

Document hashing settings.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.SettingsHashingSettings

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class HashingSettings

The HashingSettings type exposes the following members.

Constructors
 NameDescription
Public methodHashingSettings Constructor.
Top
Properties
 NameDescription
Public propertyCalculateFileEntropy If true, calculates the Shannon entropy of the document's bytes.
Public propertyHashingType Document hashing type.
Public propertyIncludeBccRecipientsInEmailContentHash 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.
Public propertyMaxBinaryHashLength Maximum number of bytes to use for MD5/SHA-1 binary hash (digest) calculation. See property HashingType.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also