[DllImport(@"advapi32.dll", CharSet = CharSet.Auto, SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool CryptImportKey(IntPtr hProv, byte[] pbKeyData, UInt32 dwDataLen, IntPtr hPubKey, UInt32 dwFlags, ref IntPtr hKey);
Public Declare Function CryptImportKey Lib "advapi32.dll" (ByVal hProv As Long, _
pbData As Any, ByVal dwDatalen As Long, _
ByVal hPubKey As Long, ByVal dwFlags As Long, _
phKey As Long) As Long
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!