Click here to Skip to main content
15,883,731 members
Articles / Security

Sending Spn in secured WCF Service

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
4 Feb 2010CPOL 14.6K  
You have a WCF Service that needs a SPN from its client But We typically use client config file to send the spn using the below code: <endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttp" name="BasicEndPoint" bindingNamespace="TestNamespace" ...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Kovair Inc.
India India
I have started programming in 10 years on Fortran 77.Then it was Cobol,C,C++,JAVA 1.2, ASP,JavaScript. Now it at all C# and .NET Framework, such tehnologies as WCF, ADO.NET, ASP.NET, LINQ, ASP.NET Ajax , FLEX and another.

Comments and Discussions