
Adds new .NET Framework assembly for OpenPGP smartcards (Yubikey, Nitrokey, etc.).
Features
- Added - Assembly DidiSoft.Pgp.Smartcard.dll - .NET Framework assembly for OpenPGP smartcards (Yubikey, Nitrokey, etc.).
- namespace DidiSoft.Pgp.Smartcard
- Added - SmartcardKeyStore - provides access to OpenPGP smartcards.
- Added - SmartcardPrivateKey - abstraction over OpenPGP key contained in a smartcard.
- Added - SmartcardException - exception trown in case of smartcard communication error.
- namespace DidiSoft.Pgp
- Added - PGPLib.ClearSignXX - overloaded methods that accept SmartcardKeyStore.
- Added - PGPLib.SignXX - overloaded methods that accept SmartcardKeyStore.
- Added - PGPLib.DetachedSignXX - overloaded methods that accept SmartcardKeyStore.
- Added - PGPLib.DecryptXX - overloaded methods that accept SmartcardKeyStore.