Sign in
Adarsh's blog
Network programing and unified communications.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.Net Frameworks 2.0
FtpWebRequest
General
HttpWebRequest
Net class library
Pages
SIP
Software Testing
SSL
UC
UCMA
Browse by Tags
MSDN Blogs
>
Adarsh's blog
>
All Tags
>
ssl
Tagged Content List
Blog Post:
Using FtpWebRequest to do FTP over SSL
adarshk
Last few weeks we were busy to get Whidbey Beta-2 bits ready for release. If you are looking for some API where your application could talk to a FTP server, which supports SSL. FtpWebRequest under System.Net namespace is your solution. Here I will just point to SSL specific features of the class ...
on
22 Apr 2005
Blog Post:
Client side certificate with strong key protection and WebServices
adarshk
When you are writing application to run as service or middle tier, which is using client certificates. You should not enable strong key protection during certificate installation. Strong key protection is the way you are informing the system that whenever someone want to use this protected resource...
on
17 Feb 2005
Blog Post:
Configure System.Net.HttpListener to listen for SSL
adarshk
Whidbey contains cool class HttpListener under System.Net namespace, it allows you to create your your own HttpServer on top of HttpSys. Some of you aske about steps for configuring HttpListener to work with SSL. Basically you need to configure httpsys. You need to bound particular port to a server certificate...
on
10 Nov 2004
Blog Post:
Using SSL client certificate in WebRequest and WebServices without certificate installation
adarshk
If you are using .Net frameworks 1.0 or 1.1, certificate must be installed on either User store or Machine Store. This posting is only valid for v2.0. In version 2.0 (Currently released Whidbey Beta1) user have option to use the certificate which contain the private key without installing it on certificate...
on
1 Sep 2004
Blog Post:
SSL https requests with client certificates from ASP.NET
adarshk
Problem Applications making https request from .net web applications (.aspx pages) are not able to use client certificates. Cause Client certificates are linked to user accounts, ASPX is running under ASPNET account, this account can’t access the certificates installed under user account or...
on
19 Jul 2004
Page 1 of 1 (5 items)