.
.
.
The CryptExportKey function exports a cryptographic key or a key pair from a cryptographic service provider (CSP) in a secure manner.
3/16/2007 7:31:35 AM - -130.214.17.32
.
public static extern bool CryptExportKey(IntPtr hKey, IntPtr hExpKey, uint dwBlobType, uint dwFlags, [In, Out] byte[] pbData, ref uint dwDataLen);
.
Declare Function CryptExportKey Lib "advapi32.dll" (TODO) As TODO
.