CertOpenSystemStore (crypt32)
Last changed: -67.152.152.11

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

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:

TODO

Documentation