internal static extern bool CryptGenKey(
     SafeCryptProvHandle providerContext,
     uint algorithmId,
     uint flags,
     out SafeCryptKeyHandle cryptKeyHandle);
示例#2
0
 internal static extern bool CryptGenKey(
     SafeCryptProvHandle providerContext,
     uint algorithmId,
     uint flags,
     out SafeCryptKeyHandle cryptKeyHandle);