Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BasicHttpSecurity::Message Property

 

Gets the message-level security settings for a basicHttpBinding binding.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property BasicHttpMessageSecurity^ Message {
	BasicHttpMessageSecurity^ get();
	void set(BasicHttpMessageSecurity^ value);
}

Property Value

Type: System.ServiceModel::BasicHttpMessageSecurity^

A BasicHttpMessageSecurity, which represents the message-level security settings for this binding.

The default security settings are: a ClientCredentialType of UserName; and an AlgorithmSuite of Basic256.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft