3

I want to see a microsoft sample that demonstrate using of SSPI with Schannel.
As I see here there is a such sample, but I cannot succeed to find it :(
Can anyone please help me to find it?

Thanks in advance!

RRR
  • 3,937
  • 13
  • 51
  • 75
  • [This one](http://www.codeproject.com/Articles/2642/SSL-TLS-client-server-for-NET-and-SSL-tunnelling) is written in C++/CLI – Harvey Kwok Jul 04 '12 at 17:30
  • @Harvey Kwok: no. I want the Microsoft sample..., do you know how can I obtain it? – RRR Jul 05 '12 at 05:14

1 Answers1

8

There are WebServer and WebClient examples in Windows® Server 2003 SP1 Platform SDK ISO Install under Microsoft Platform SDK\Samples\Security\SSPI\SSL.

draketb
  • 444
  • 4
  • 5