WS_MESSAGE_SECURITY_USAGE enumeration (webservices.h)
Defines how a message security binding attaches the security token corresponding to it to a message using WS-Security mechanisms.
Syntax
typedef enum {
WS_SUPPORTING_MESSAGE_SECURITY_USAGE = 1
} WS_MESSAGE_SECURITY_USAGE;
Constants
WS_SUPPORTING_MESSAGE_SECURITY_USAGE Value: 1 The security token obtained security binding is used for client authentication, but not message protection. Message protection should be provided by a transport security binding or a message security binding with symmetric or asymmetric usage. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |