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.
Namespace:
System.ServiceModel
Assembly:
System.ServiceModel (in System.ServiceModel.dll)
Visual Basic (Declaration)
Public Shared ReadOnly Property WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 As MessageSecurityVersion
Dim value As MessageSecurityVersion
value = MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11
public static MessageSecurityVersion WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 { get; }
public:
static property MessageSecurityVersion^ WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 {
MessageSecurityVersion^ get ();
}
public static function get WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 () : MessageSecurityVersion
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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
.NET Compact Framework
Supported in: 3.5
Reference