Finds the certificate in Certificate Storage by subject.
[Visual Basic 6.0] Public Sub FindSubject( _ FindKey As String, _ StoreLocation As Long, _ StoreName As String _ )
[Visual C++] public: HRESULT FindSubject( BSTR FindKey, LONG StoreLocation, BSTR StoreName );
Parameters
[Visual Basic, VBScript] Const CERT_SYSTEM_STORE_CURRENT_USER = 65536 Const CERT_SYSTEM_STORE_LOCAL_MACHINE = 131072
Remarks
See Also
Mail.VerifySignature Method
Mail.Decrypt Method
Online Tutorials
Verify Digital Signature and Decrypt Email in VB6 - S/MIME
Verify Digital Signature and Decrypt Email in Delphi - S/MIME
Verify Digital Signature and Decrypt Email in VC++ - S/MIME