DidiSoft OpenPGP Library for .NET version 1.7.10 has been released.
A major change in this release is the possibility to use the library in MS SQL Server ™ hosted environment.
How to Upgrade
By default the new version is installed in c:\Program Files (x86)\OpenPGP Library for .NET 1.7.10\. You will have to reference the new DLL’s in your project and redeploy it.
If you are using the LDAP connectivity you will have to also reference a new DLL : DidiSoft.Pgp.Net.LdapClient.dll.
Changes since version 1.7.9.0
Below is a short introspection of the feature updates since version 1.7.9:
- KeyStore events – events exposed from the KeyStore class
- KeyStore.GetKey(Id) – retrieves a key from the KeyStore class
- KeyStore.CaseSensitiveMatchUserIds – a new property that controls the case sensitivity of searching a key by User ID
- A few new methods that simplify the work with designated revokers.