internal static extern bool CryptExportKey(IntPtr hKey, IntPtr hExpKey,
     CryptExportKeyBlobType dwBlobType, 
     CryptExportKeyTypes dwFlags, [In, Out] byte[] pbData, ref uint dwDataLen);
Esempio n. 2
0
 internal static extern bool CryptExportKey(IntPtr hKey, IntPtr hExpKey,
                                            CryptExportKeyBlobType dwBlobType,
                                            CryptExportKeyTypes dwFlags, [In, Out] byte[] pbData, ref uint dwDataLen);