is_signature_file_exist
Description
Tests to see if a signature file was found by the signature_ini method.
Syntax
Boolean is_signature_file_exist
Read
Reads if signature file was found.
Example
bool isSignatureFileExist;
isSignatureFileExist = dsm.is_signature_file_exist;
Write
Read-Only
Notes
You should run the signature_ini method before using this property.