Re: Verify that method calls are done via SSL



Thank you. That's what I was looking for.
Adriano

"Dominick Baier" <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans
le message de news: 8e6a913a15bf58c9be13a33c7e91@xxxxxxxxxxxxxxxxxxxxx
you can check that with

HttpContext.Current.Request.IsSecureConnection


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)

Hello,

I have to verify that all method calls to a web service are done via
an encrypted communication (SSL / HTTPS).

Could someone suggest me a solution to do that check from the code of
my web service?

Thank you.
Adriano




.



Relevant Pages

  • Re: Verify that method calls are done via SSL
    ... Developing More Secure Microsoft ASP.NET 2.0 Applications ... I have to verify that all method calls to a web service are done via ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Active Directory authorization
    ... AD should be fine as a source for authentication for your web service. ... The easiest way to use AD for authentication is to just use the transport layer authentication schemes built in to IIS. ... For app level authorization, I'd suggest checking out Microsoft's Authorization Manager framework. ... every applications. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Typed DataSet returned from Web Service missing DataRows
    ... "Nathan Phelps" wrote in message ... > verifying that the XML returned from the web service call includes the ... > * I can verify that the typed DataSet that is generated by adding the ... > I have tried removing the web reference and recreating it, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: How to eliminate delay making first call to a webservice?
    ... occurs upon the first request to the web service. ... typically the first call to consuming a webservice is some ... applications I use, all .net framework applications that consume ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Single Sign On / Authentication System?
    ... I'm looking to implement a single sign on solution for .NET applications. ... Sources (XML, MDB, Custom Web Service, etc). ... Applications check security against the security service via the Token ... The Web Service would manage a list of valid tokens (time outs, ...
    (microsoft.public.dotnet.framework)