The wsHttpSecurity class provides the security settings for communications between a WCF client and a service using the wsHttpBinding binding.
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. |