Re: Creating certificate in .NET 2.0
by John Saunders [MVP] on 11/3/2007 12:46:00 PM
"Amit" <amitdleo@gmail.com> wrote in message
news:1193747048.464406.320070@k35g2000prh.googlegroups.com...
> Hi evevryone,
>
>
> I have one requirement here, where i have to create a utility/program
> which will use certificates for securing web service communication
> between the client and web service to verify that client has the
> license to make a call to web service.
>
> and this functionality i have to build using .net framework, i can not
> use some third party component even if it is free or .net makecert.exe
> utility as i have to incorporate this functionality in my project.if
> anyone in the house can provide any relevant and helpful information
> regarding this it will be so nice of him/her.Even an idea how to start
> with implementing the above mentioned functionality can be a of great
> help!!!!!!!!!. i am quite sure that we have memebers in the house who
> can handle/respond to more tough queries than this.
You haven't supplied enough information about what you're trying to
accomplish. Are you asking what .NET Framework classes to use to process
certificates? If so, take a look at the types in the
System.Security.Cryptography.X509Certificates namespace at
http://msdn2.microsoft.com/en-us/library/system.security.cryptography.x509certificates.aspx.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer