Exemplo n.º 1
0
 public static extern bool CryptGetKeyParam(
     SafeKeyHandle hKey,
     CryptGetKeyParamFlags dwParam,
     byte[]?pbData,
     ref int pdwDataLen,
     int dwFlags);
Exemplo n.º 2
0
 public static partial bool CryptGetKeyParam(
     SafeCapiKeyHandle hKey,
     CryptGetKeyParamFlags dwParam,
     byte[]? pbData,
     ref int pdwDataLen,
     int dwFlags);