WS_SECURE_CONVERSATION_VERSION enumeration (webservices.h)
Defines the WS-SecureConversation specification version to be used with message security and mixed-mode security.
Syntax
typedef enum {
WS_SECURE_CONVERSATION_VERSION_FEBRUARY_2005 = 0x1,
WS_SECURE_CONVERSATION_VERSION_1_3 = 0x2
} WS_SECURE_CONVERSATION_VERSION;
Constants
WS_SECURE_CONVERSATION_VERSION_FEBRUARY_2005 Value: 0x1 WS-SecureConversation with the specification URI of http://schemas.xmlsoap.org/ws/2005/02/sc . |
WS_SECURE_CONVERSATION_VERSION_1_3 Value: 0x2 WS-SecureConversation 1.3 with the specification URI of http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512 . |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |