'DeclarationPublic Shared Function CryptImportPublicKeyInfo( _ ByVal hCryptProv As IntPtr, _ ByVal dwCertEncodingType As Integer, _ ByVal pInfo As IntPtr, _ ByRef phKey As IntPtr _ ) As Boolean
'UsageDim hCryptProv As IntPtr Dim dwCertEncodingType As Integer Dim pInfo As IntPtr Dim phKey As IntPtr Dim value As Boolean value = Crypto.NativeMethods.CryptImportPublicKeyInfo(hCryptProv, dwCertEncodingType, pInfo, phKey)
public static bool CryptImportPublicKeyInfo( IntPtr hCryptProv, int dwCertEncodingType, IntPtr pInfo, ref IntPtr phKey )
public: static bool CryptImportPublicKeyInfo( IntPtr hCryptProv, int dwCertEncodingType, IntPtr pInfo, IntPtr% phKey )
Parameters
- hCryptProv
- dwCertEncodingType
- pInfo
- phKey