- Application Fingerprint:
Calculates a hash of the application on the server that will match only if the client's application is the exact version of the application referenced on the server.
- The path when matched first, but then the fingerprint:
When the application is launched for the first time it will be matched based on the path specified by the user. If it matches, the fingerprint will be calculated at the client. From that point forward, the rule will match only based on the fingerprint of the application.
- The path always, and not the fingerprint:
When the application is launched, it will only be matched based on the path specified by the user.