Currently the property CertificateTypesAvailable will always return 3. In case in future more types are being introduced that can be validated with this property.
Property CSP_License
This property signals if the CSP and/or CSP API are running in licensed or non licensed mode.
Property Readers
This property returns the number of readers connected to the system.
Property ReaderName
This property maps a reader number to a clear text reader name. For example: ReaderName = ACSP.ReaderName(1) will return the name of the first connected smart card reader.
Sample
Dim ACSP
dim loaded
Set ACSP = CreateObject("AloahaCSPCore.provider")
loaded = false
If ACSP.info>0 Then
If err.number=0 Then
loaded = true
End If
End If
if loaded = true and ACSP.readers>0 then
for i = 0 to ACSP.readers - 1
msgbox ACSP.readername(i)
next
end if
Set ACSP = nothing
Please ask...
Although we really tried hard, there are always questions left open.
Please send us your question. We would be glad to answer it.