Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CAPICOM and asp pages

Status
Not open for further replies.

axsom1

Technical User
Feb 27, 2001
67
US
Does anyone have any experience with coding asp pages and using CAPICOM to extract certificate information from the certificate stores?

Here is a snippet of my code, but I keep getting an error with the find:

<body>
<%
Set st = CreateObject(&quot;CAPICOM.Store&quot;)
Set certs = CreateObject(&quot;CAPICOM.Certificates&quot;)

'open selected store
st.Open CAPICOM_LOCAL_MACHINE_STORE, CAPICOM_ROOT_STORE, CAPICOM_STORE_OPEN_READ_WRITE

certs.Find CAPICOM_CERTIFICATE_FIND_ISSUER_NAME, &quot;Lompoc Healthcare District&quot;
%>
</body>

Any ideas or pointing in the right direction would be appreciated.

Thanks,
John Axsom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top