Re: CCertAdmin IsValidCertificate
From: Vishal Agarwal[MSFT] (vishala_at_online.microsoft.com)
Date: 01/12/04
- Previous message: Ivan Medvedev [MS]: "Re: managed c++ assemblies"
- In reply to: Ignacio Lopez: "CCertAdmin IsValidCertificate"
- Next in thread: Ignacio Lopez: "Re: CCertAdmin IsValidCertificate"
- Reply: Ignacio Lopez: "Re: CCertAdmin IsValidCertificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 11 Jan 2004 15:25:08 -0800
IsValidCertificate requires Read access on the CA. Have you enabled read
access on the CA for the machine that's making the call to the CA.
If yes, then what do the following commands display when executed on the
same client machine, in the same logon session?
You may have to install the Windows 2003 Admin Pack to get certutil.exe
installed.
certutil -config 192.168.1.109 -ping
certutil -config 192.168.1.109\GADD -pingadmin certutil -config
192.168.1.109\GADD -isvalid 770a457300000000002f
Thanks,
Vishal [MSFT]
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Ignacio Lopez" <ignacio@gmeana.net> wrote in message
news:fb9a2ecc.0401070828.540fd8f9@posting.google.com...
> I'm developing an web site in asp.net + ssl, and i nedd to get the
> status of the digital certificate of the client.
>
> I use the class
>
> Dim cAdm As New CERTADMINLib.CCertAdmin
>
> and this method
> (parameters only for testing)
> cAdm.IsValidCertificate("192.168.1.109\GADD", "770A457300000000002F")
>
> Always throw an exception System.UnauthorizedAccessException
>
> Got any ideas ???
>
> Thanks much
> Ignacio Lopez
- Previous message: Ivan Medvedev [MS]: "Re: managed c++ assemblies"
- In reply to: Ignacio Lopez: "CCertAdmin IsValidCertificate"
- Next in thread: Ignacio Lopez: "Re: CCertAdmin IsValidCertificate"
- Reply: Ignacio Lopez: "Re: CCertAdmin IsValidCertificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|