---
title: "How can we implement SSL security on WCF(Transport Security)?"  
description: "How can we implement SSL security on WCF(Transport Security)?"  
author: "Anonymous User"  
published: 2011-04-28  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/804/how-can-we-implement-ssl-security-on-wcf-transport-security  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# How can we implement SSL security on WCF(Transport Security)?

Yes we can implement SSL security on WCF. With the help of following 6 steps we can create dual security on WCF.\
Step 1: Customize ‘WsHttp’ Bindings with Security Mode and Credential Type\
Step 2: Create your Custom Validator Class\
Step 3: Define Runtime Behavior \
Step 4: Define SSL for your WCF service\
Step 5: Consume WCF Service\
Step 6: Run your WCF service

## Answers

### Answer by Anonymous User

Yes we can implement SSL security on WCF. With the help of following 6 steps we can create dual security on WCF.\
Step 1: Customize ‘WsHttp’ Bindings with Security Mode and Credential Type\
Step 2: Create your Custom Validator Class\
Step 3: Define Runtime Behavior \
Step 4: Define SSL for your WCF service\
Step 5: Consume WCF Service\
Step 6: Run your WCF service


---

Original Source: https://www.mindstick.com/interview/804/how-can-we-implement-ssl-security-on-wcf-transport-security

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
