SetFilter_HostName
Limits a fingerprint match to the specified fingerprint class only.
Syntax
bool SetFilter_HostName(StrParam)
Parameters
The String value of the Fingerprint Class you want to use as the filter. Smart parameters are supported.Returns
Always True.Level
Page level.Details
Sets the Fingerprint Class filter for the identification (matching) algorithm. Smart Parameters are supported.The filter forces the fingerprint-matching algorithm to use only fingerprints associated with the specified Fingerprint Class.
To disable this filter, call with an empty string as the parameter.
- Example
SetFilter_HostName("MyFingerprintClass")