Hi all, You may get the following exception when trying to access X509Certificate2 . PrivateKey on a .NET 3.5 (or older) app: " System.Security.Cryptography. CryptographicException : Invalid provider type specified . at System.Security.Cryptography.Utils.CreateProvHandle(CspParameters
Read More...
Hi all, Do you want to work with CNG and .NET 3.5 and don't want to P/Invoke into CryptoAPI & CNG API ? Check out Security.Cryptography.dll library at CLR Security : " Security.Cryptography.dll provides a new set of algorithm implementations to augment
Read More...