Пример #1
0
 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);