.NET Technical bits: Scope of WCF Security and WCF Bindings and Behaviors

Thursday, December 30, 2010

Scope of WCF Security and WCF Bindings and Behaviors

When you create an overall security policy – for example, transfer security with authentication and authorization for your services – you can use bindings and behaviors to configure the required settings.
Bindings and behaviors are described as follows:
Bindings. Bindings control the security mode, client credential type, and other security settings.
Behaviors. Service behaviors control impersonation levels, how client credentials are authenticated and authorized, and service credentials.
You can configure bindings and behaviors, or you can program against the object model. Your binding selection determines the available security options for WCF. The following table summarizes the most commonly used bindings in WCF.

No comments:

Post a Comment