You'll were helping me with another thread earlier today.. And you'll were saying .net supports SSL via WebClient.. but...
Does anyone know if vb.net supports PKI ? or has any functions.. or will I have to be writing tons and tons of code?
My implementations is.. I will give 10clients my program.. and this program will come included with a .p12 (x.509) file.. which this is the key.
So when the users run this program, they connect to https://www.myserver.com/ and authenticate themself via PKI.. and after that download /file.exe
(Basically I need:
Client-side Authentication
Client-side authentication is when a server requests the client's certificate for authentication purposes before being allowed to communicate with the server. This assures that the client is not an imposter.
and all this over SSL
)
Anyone have pointers for this?
Any help would be great!
thanks
Lee
Does anyone know if vb.net supports PKI ? or has any functions.. or will I have to be writing tons and tons of code?
My implementations is.. I will give 10clients my program.. and this program will come included with a .p12 (x.509) file.. which this is the key.
So when the users run this program, they connect to https://www.myserver.com/ and authenticate themself via PKI.. and after that download /file.exe
(Basically I need:
Client-side Authentication
Client-side authentication is when a server requests the client's certificate for authentication purposes before being allowed to communicate with the server. This assures that the client is not an imposter.
and all this over SSL
)
Anyone have pointers for this?
Any help would be great!
thanks
Lee
Last edited: