DocumentTaskEngineCreateNistRdsDatabase Method |
Creates a NIST National Software Reference Library (NSRL) Reference Data Set (RDS) database that can be used by DocumentTaskEngine to de-NIST documents
while processing (see
PerformNistCheck and
NistRdsDatabasePath).
Namespace: OpenDiscoverSDK.PlatformAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic static void CreateNistRdsDatabase(
string nistRdsPath,
string databaseOutputPath,
NistDatabaseCreationUpdateDelegate progressUpdateDelegate = null
)
Parameters
- nistRdsPath String
- Full path to a NIST Reference Data Set (RDS) file.
- databaseOutputPath String
- Target directory path for new database.
- progressUpdateDelegate NistDatabaseCreationUpdateDelegate (Optional)
- Optional NIST RDS database progress update delegate.
Remarks
A task should not be run while a NIST RDS database is being created. This method call is asyncronous, i.e., runs on a background thread.
See Also