'DeclarationPublic Shared Function CertOpenStore( _ ByVal lpszStoreProvider As Integer, _ ByVal dwMsgAndCertEncodingType As Integer, _ ByVal hCryptProv As IntPtr, _ ByVal dwFlags As Integer, _ ByVal pvPara As String _ ) As IntPtr
'UsageDim lpszStoreProvider As Integer Dim dwMsgAndCertEncodingType As Integer Dim hCryptProv As IntPtr Dim dwFlags As Integer Dim pvPara As String Dim value As IntPtr value = Crypto.NativeMethods.CertOpenStore(lpszStoreProvider, dwMsgAndCertEncodingType, hCryptProv, dwFlags, pvPara)
public static IntPtr CertOpenStore( int lpszStoreProvider, int dwMsgAndCertEncodingType, IntPtr hCryptProv, int dwFlags, string pvPara )
public: static IntPtr CertOpenStore( int lpszStoreProvider, int dwMsgAndCertEncodingType, IntPtr hCryptProv, int dwFlags, String^ pvPara )
Parameters
- lpszStoreProvider
- dwMsgAndCertEncodingType
- hCryptProv
- dwFlags
- pvPara
The value of this parameter can be
null(Nothingin Visual Basic).