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("CAPICOM.Store"
Set certs = CreateObject("CAPICOM.Certificates"
'open selected store
st.Open CAPICOM_LOCAL_MACHINE_STORE, CAPICOM_ROOT_STORE, CAPICOM_STORE_OPEN_READ_WRITE
certs.Find CAPICOM_CERTIFICATE_FIND_ISSUER_NAME, "Lompoc Healthcare District"
%>
</body>
Any ideas or pointing in the right direction would be appreciated.
Thanks,
John Axsom
Here is a snippet of my code, but I keep getting an error with the find:
<body>
<%
Set st = CreateObject("CAPICOM.Store"
Set certs = CreateObject("CAPICOM.Certificates"
'open selected store
st.Open CAPICOM_LOCAL_MACHINE_STORE, CAPICOM_ROOT_STORE, CAPICOM_STORE_OPEN_READ_WRITE
certs.Find CAPICOM_CERTIFICATE_FIND_ISSUER_NAME, "Lompoc Healthcare District"
%>
</body>
Any ideas or pointing in the right direction would be appreciated.
Thanks,
John Axsom