Click or drag to resize

DocumentSHA256ContentHash Property

SHA-256 content hash is a proprietary hash on only the content part of document file format.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string SHA256ContentHash { get; set; }

Property Value

String
Remarks

For Office 97-2003 documents that have complementary hashes, the complementary hash is the hash of the document's primary compound document stream (e.g., for Word 97-2003 it is the hash of the "WordDocument" compound file stream). For emails, it is a hash of extracted text with some caveats.

See Also