wsHttpSecurity Class

The wsHttpSecurity class provides the security settings for communications between a WCF client and a service using the wsHttpBinding binding.

Properties

wsHttpSecurity property Type Description
SecurityMode wsSecurityMode (enumeration) Gets or sets the security mode for the binding. Values are: None, Transport, Message (default), and TransportWithMessageCredential.
Transport HttpTransportSecurity (class) Specifies the transport-level security for the binding.
Message NoDualHttpMessageSecurity (class) Specifies the message-level security for the binding.
Related reference
WSTransferMode Enumeration
HttpTransportSecurity Class
NoDualHttpMessageSecurity Class
WCFwsHttpBinding Class