I'm trying to list the the CA CRL into a Listview control,
so far using the CertMgr.GetCRL function what I get is a
BINARY_ARRAY string in return, converting this to ASCII
gives me the same I can see from displaying the file
within wordpad, got any idea what is the layout of that
file, is there any way to access the CRL by record (row)
from VB?
Any help will be grately appreciated.
Joe.
--
David B. Cross [MS]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Joe" <jhan...@ddasoft.com> wrote in message
news:05b101c2d45c$5294d300$3001...@phx.gbl...
Thanks for your reply.
I'm working on an application that requires to list each
one of the revoked certificate's header (I'm not you can
call them like this) so they can be listed on a ListView
control. To parse the string, is there any layout
information, I'll try to parse the string and list most of
the understandable characters into the fields of my
listview.
Thanks for the tip.
Joe.
>.
>