.NET Framework Class Library
MessageSecurityVersion..::.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 Property

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)
Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 As MessageSecurityVersion
Visual Basic (Usage)
Dim value As MessageSecurityVersion

value = MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11
C#
public static MessageSecurityVersion WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 { get; }
Visual C++
public:
static property MessageSecurityVersion^ WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 {
    MessageSecurityVersion^ get ();
}
JScript
public static function get WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 () : MessageSecurityVersion
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.

.NET Framework Security

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0

.NET Compact Framework

Supported in: 3.5
See Also

Reference

Tags :


Page view tracker