CryptSetProvParam (advapi32)
Last changed: -216.117.134.180

.

The CryptSetProvParam function customizes the operations of a cryptographic service provider (CSP).

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern bool CryptSetProvParam(IntPtr hProv, uint dwParam, [In] byte[] pbData, uint dwFlags);

VB Signature:

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation