--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"Mubashir Khan" <Mubash...@discussions.microsoft.com> wrote in message
news:47B6F881-C268-4713...@microsoft.com...
Thanks
Mubashir
"Joe Kaplan" wrote:
> .
>
I think you would probably have SSL on the "outside" of the stream if you
were to do that but I don't know. If you do try it, I suggest you avoid
using the features on NegotiateStream to add channel encryption and signing.
You don't want that done twice.
My other suggestion would be to not do this. Since NegotiateStream has
channel encryption and signing features built in, you really don't need SSL
at that point. You can get all the same benefits by just using
NegotiateStream.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"Mubashir Khan" <Mubash...@discussions.microsoft.com> wrote in message
news:7AAAC968-EC4B-4EE8...@microsoft.com...