ssl.authenticateAsServer fails with "local security cannot be contacted" exception
Hi,
System.Net.Security.
SslStream ssl =new System.Net.Security.SslStream(ns);X509Certificate2 x509 =newX509Certificate2(webRoot +@"\My.pfx","test123");ssl.AuthenticateAsServer(x509,
false,SslProtocols.Default,false);this piece of code raises the following exception
A call to SSPI failed - "The Local Security Authority cannot be contacted"
i will be glad if soneone could throw some light on this.
Thanks,
skrajmohan

