Question about client certificates retrieval process in ASP.NET
- From: "José Ignacio Aguillo" <jaguillo_at_dmr-consulting.com>
- Date: Wed, 4 Jan 2006 10:23:04 +0100
Hi all,
I'm developing a web application (ASP.NET, VB.NET) with client
authentication based on personal certificates. My web server (IIS 5.0) is
configured correctly to perform the authentication but here it is my
problem:
To retrieve the client certificate in server I can use the traditional
method (method one) (that is calling
Request.ClientCertificate("CERTIFICATE")) or I can use the Certificate field
of HTTPClientCertificate framework class (method
two)(Request.ClientCertificate.Certificate). First method returns a String
and the second one returns an array of bytes (Byte()).
Well, I would like to know if it's possible (and, of course, how to get it)
to transform the result of the first method into the result of the second
one and vice-versa.
Thanks
Happy New Year from Spain
.
- Follow-Ups:
- Re: Question about client certificates retrieval process in ASP.NET
- From: Dominick Baier [DevelopMentor]
- Re: Question about client certificates retrieval process in ASP.NET
- Prev by Date: Re: Securely storing cc info
- Next by Date: Re: Validating an assembly
- Previous by thread: Re: Securely storing cc info
- Next by thread: Re: Question about client certificates retrieval process in ASP.NET
- Index(es):
Relevant Pages
|