QuestPond’s Interview Questions & Answers on WCF (Windows Communication Foundation)
What are the different Security modes available in WCF (Windows Communication Foundation)?
There are three different Security modes available in WCF (Windows Communication Foundation)
Message – here Message itself get encrypted and signed. By default authentication option are windows but supports wide variety of client credentials including customer UserName and Password validation. It will be slower in performance, but support for wide variety of client credentials makes it a good option too.
Transport – here Message will be transferred as a plain text but the transport which passes that data will be secured. In this mode binding leverages the security feature provided by transport like SSL. Its good performance makes it a better option but less support for different client credentials makes it bad choice.
Mixed – This is a mode where advantages of both the world will be used. Data will be protected with the help of transport and thus providing better performance plus supports wide variety of user credentials.
For technical trainings on various topics like WCF(Windows Communication Foundation), MVC, Business Intelligence, Design Patterns, WPF, TFS and Basic fundamentals feel free to contact [email protected] or visit www.sukesh-marla.com For more stuff like this, click here. Subscribe to article updates or follow at twitter @SukeshMarla
See following video on create the service using WCF (Windows Communication Foundation): -
Click and see here for more WCF(Windows Communication Foundation) step by step training.











