Re: regarding retrival of server certificate
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 6 Dec 2006 10:42:41 -0600
Are you using SSL? It takes care of that for you. If you want to do
something programmatic involving SSL and HTTP, use the HttpWebRequest class
in .NET to access the Apache server. If you want to get details of the
server's certificate, you can create an instance of a class that implements
ICertificatePolicy and use the CheckValidationResult to get the server's
certificate during the SSL handshake and check to see if it is valid.
HTH,
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
<barathee_raja@xxxxxxxxxxx> wrote in message
news:1165398418.770961.98240@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi,
am bharathi currently working in .net platform,in my application
iam in need of retriving the certificate stored at the server and to
validate the identity of the server.
my sever is winn.mygdc.com and it's a apache web server.
is there any options available in the .net to attain this.
please help me regarding this issue.
thanx in advance
regards
bharathi
.
- Follow-Ups:
- Re: regarding retrival of server certificate
- From: barathee_raja
- Re: regarding retrival of server certificate
- References:
- regarding retrival of server certificate
- From: barathee_raja
- regarding retrival of server certificate
- Prev by Date: regarding retrival of server certificate
- Next by Date: RSA Encryption
- Previous by thread: regarding retrival of server certificate
- Next by thread: Re: regarding retrival of server certificate
- Index(es):
Relevant Pages
|