DocumentSHA1ContentHash Property |
SHA-1 content hash is a proprietary hash on only the content part of document file format.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public string SHA1ContentHash { get; set; }Property Value
String
RemarksFor 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