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::WSSecurity10WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10 Property

 

Gets the message security version that requires the Basic Security Profile 1.0 based on WS-Security 1.0, WS-Trust 1.3, WS-SecureConversation 1.3 and WS-SecurityPolicy 1.2 security specifications.

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

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

Property Value

Type: System.ServiceModel::MessageSecurityVersion^

The MessageSecurityVersion object that requires the Basic Security Profile 1.0 based on WS-Security 1.0, WS-Trust 1.3, WS-SecureConversation 1.3 and WS-SecurityPolicy 1.2 security specifications.

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