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.

MessageSecurityVersion::Default Property

 

Gets the version information for default message security.

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

public:
property MessageSecurityVersion^ Default {
	static MessageSecurityVersion^ get();
}

Property Value

Type: System.ServiceModel::MessageSecurityVersion^

The MessageSecurityVersion object that represents the default message security.

The default security specifications are WS-Security 1.1, WS-Trust of February 2005, WS-SecureConversation of February 2005 and WS-SecurityPolicy 1.1.

This static property returns an instance of this class. The instance of this class is used as parameters in the Create…CertificateBindingElement method calls on the SecurityBindingElement class.

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