.
C# Signature:
[DllImport(@"advapi32.dll", CharSet = CharSet.Auto, SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool CryptExportKey(IntPtr hKey, IntPtr hExpKey, uint dwBlobType, uint dwFlags, [In, Out] byte[] pbData, ref uint dwDataLen);
VB Signature:
Declare Function CryptExportKey Lib "advapi32.dll" (TODO) As TODO
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
AsymmetricAlgorithm.ToXmlString, SymmetricAlgorithm.Key
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
TODO - a short description
2/26/2008 10:23:39 AM - bbbbbbbb-217.197.149.99
