MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the message security version that requires the WS-Security 1.1, WS-Trust of February 2005, WS-SecureConversation of February 2005 and WS-SecurityPolicy 1.1 security specifications.
public:
static property System::ServiceModel::MessageSecurityVersion ^ WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 { System::ServiceModel::MessageSecurityVersion ^ get(); };
public static System.ServiceModel.MessageSecurityVersion WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 { get; }
static member WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 : System.ServiceModel.MessageSecurityVersion
Public Shared ReadOnly Property WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 As MessageSecurityVersion
Property Value
The MessageSecurityVersion object that requires the WS-Security 1.1, WS-Trust of February 2005, WS-SecureConversation of February 2005 and WS-SecurityPolicy 1.1 security specifications.
Remarks
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.