CertOpenSystemStore (crypt32)
Last changed: -67.152.152.11

.
Summary
TODO - a short description

C# Signature:

[DllImport("crypt32.dll", CharSet=CharSet.Auto, SetLastError=true)]
static extern IntPtr CertOpenSystemStore(IntPtr hCryptProv, string storename);

VB .NET Signature:

Declare Function CertOpenSystemStore Lib "crypt32.dll" (hCryptProv As IntPtr, _
   storename As String) As IntPtr

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

WSE 1.0/2.0 have several functions that allow you to open and browse the key store. In addition, the X509CertificateEx class in WSE allows you to access the private key associated with the certificate. Whidbey makes it all a snap and you can even add and remove certs from stores, etc.

Documentation