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