コード例 #1
0
 internal static extern bool CryptGenKey(
     SafeCryptProvHandle providerContext,
     uint algorithmId,
     uint flags,
     out SafeCryptKeyHandle cryptKeyHandle);
コード例 #2
0
ファイル: X509Native.cs プロジェクト: hookttg/opc-ua-client
 internal static extern bool CryptGenKey(
     SafeCryptProvHandle providerContext,
     uint algorithmId,
     uint flags,
     out SafeCryptKeyHandle cryptKeyHandle);