Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CryptGenKey" in [All]

advapi32

.

The key's handle may be obtained by calling either of the CryptGenKey or CryptImportKey methods.

.

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);

.
Documentation
[CryptGenKey] on MSDN

 
Access PInvoke.net directly from VS: