CryptGetKeyParam
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptGetKeyParam(
IntPtr hKey,
uint dwParam,
byte[] pbData,
ref uint pdwDataLen,
uint dwFlags
);
Microsoft documentation: Link
Last updated
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptGetKeyParam(
IntPtr hKey,
uint dwParam,
byte[] pbData,
ref uint pdwDataLen,
uint dwFlags
);
Microsoft documentation: Link
Last updated