.
The key's handle may be obtained by calling either of the CryptGenKey or CryptImportKey methods.
Generates a random cryptographic key and returns a handle to that key by the reference parameter phKey.
5/8/2012 2:50:40 AM - bhmahler-71.255.114.26
TODO - a short description
10/31/2013 12:53:51 AM - -130.214.17.32
.
public static extern bool CryptGenKey(
.
Public Shared Function CryptGenKey(ByVal hProv As IntPtr, ByVal Algid As UInteger, ByVal dwFlags As UInteger, ByRef phKey As IntPtr) As Boolean
.
CryptGenKey(hProv, (uint)CryptAlg.CALG_RSA_SIGN, dwFlags, out hKey);
.