Web Service security on .NET 2.0

  • Thread starter Thread starter asciz
  • Start date Start date
A

asciz

Hello

I am trying to work out which security mechanisms for Web Services are
supported in .NET 2.0.

For example, does it support SAML 1.1, SAML Token profile 1.0 and
Username Token profile 1.0 ?

Is there anywhere on Microsoft's website where this is specified?

Thanks in advance
-asciz
 
asciz,

In .NET 2.0, I don't believe any of those are supported. Even with the
Web Service Extensions (which are a separate download) I am not sure that
any of those profiles are supported.

They should all be supported (or able to be supported) in .NET 3.0 and
beyond though, through WCF.
 
Back
Top