Click or drag to resize

DocumentTaskSettingsPerformNistCheck Property

Perform NIST check on document using SHA1BinaryHash hashes. The default value is true.

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

Property Value

Boolean
Remarks
If a document's binary SHA1 hash is found to be in the NIST RDS hash database then IsNist is set to true.
See Also