The NotificationDLLSignature parameter works with the NotificationDLLs parameter and verifies that a specified DLL file has a signature.
If the DLL lacks a signature, Omnissa ThinApp does not load the file.
Ensuring That a DLL File is Authenticode-signed
You can modify the NotificationDLLSignature parameter with an asterisk (*) to ensure that the DLL file is authenticode‐signed.
[BuildOptions]
NotificationDLLSignature=*
Ensuring That a DLL File is Entity-signed
You can set an entity to ensure that the DLL is signed by that entity.
For example:
[BuildOptions]
NotificationDLLSignature=Omnissa, LLC
Was this page helpful?