Welcome to MSDN Blogs Sign in | Join | Help

Decrypt my World

Cryptography, Security, Debugging and more!

News

  • Any of my posts is supported under any Microsoft standard support program or service. They are provided "AS IS" without warranty of any kind, and confer no rights.

Where are my readers?

Locations of visitors to this page

Favorite Posts

September 2008 - Posts

The use of MSXML is not supported in .NET applications
Hi all, The other day I was working with a customer of mine on a .NET application which was suffering from a memory leak . The weird thing was that the application could run just fine for 10 days in a row before the memory began growing and growing. What Read More...
How to get assembly version without loading it
Hi all, The other day I was trying to add a simple autoupdate functionality to a little tool I developed, and I needed to check the version of current assembly against the udpated one. If current assembly was older than the updated one, I needed to substitute Read More...
How to create a certificate request with CertEnroll and .NET (C#)
Hi all, The following C# sample shows how to use CertEnroll COM component to create a certificate request , send the request to the CA , get the response from the CA , and install the new certificate in the machine: (Note that this sample is a WinForms Read More...
FileNotFoundException when using XEnroll in ASP.NET
Hi all, If you ever try to use XEnroll.dll in your ASP.NET application (through Interop.XENROLLLib.dll , of course), you may face an issue like the following: Your ASP.NET app impersonates the client user and tries to make a certificate request on her Read More...
Page view tracker