Re: Valid Certificate Authority
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 06/10/04
- Next message: Harry Simpson: "Re: Valid Certificate Authority"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Why Code Authentication At All?"
- In reply to: Curtis Justus: "Valid Certificate Authority"
- Next in thread: Harry Simpson: "Re: Valid Certificate Authority"
- Reply: Harry Simpson: "Re: Valid Certificate Authority"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 10 Jun 2004 12:04:07 -0500
The certificate will be trusted based on the trusted root certificates
configured on the current machine. You can use the ICertificatePolicy class
that I mentioned before to determine whether the CA for the cert was not
trusted by examining the certificateProblem parameter in
CheckValidationResult. I found a decent blog posting that shows what the
values of the parameter can be (they are probably in the platform SDK
somewhere...):
http://weblogs.asp.net/wim/archive/2004/04/02/106281.aspx
Joe K.
"Curtis Justus" <cjustus-nospam@ser.nospam.itis.com> wrote in message
news:ePvVDovTEHA.1548@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I need to verify that a certificate is coming from a valid certificate
> authority. Does anybody know where I could obtain a list with that
> information?
>
> Thanks,
> cj
>
>
- Next message: Harry Simpson: "Re: Valid Certificate Authority"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Why Code Authentication At All?"
- In reply to: Curtis Justus: "Valid Certificate Authority"
- Next in thread: Harry Simpson: "Re: Valid Certificate Authority"
- Reply: Harry Simpson: "Re: Valid Certificate Authority"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|