April 2009 - Posts
Hi all, Before .NET Framework 3.5 SP1 , the default provider type for CspParameters was PROV_RSA_FULL (1) . Now it's PROV_RSA_AES (24) for all operating systems which support Microsoft Enhanced RSA and AES Cryptographic Provider (WinXP and higher). So
Read More...
Hi all, I've been quite busy lately and didn't find any free time to post anything or answer all the questions I get on my posts. Really sorry about that. If you have any issue or question on anything you may find in my blog and you don't get an answer
Read More...
Hi all, The following C# sample uses CryptoAPI to read the info of a CRL ( Certificate Revocation List ) stored in a file: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text;
Read More...