WS_SECURITY_KEY_ENTROPY_MODE enumeration (webservices.h)
Defines how randomness should be contributed to the issued key during a security token negotiation done with message and mixed-mode security.
Syntax
typedef enum {
WS_SECURITY_KEY_ENTROPY_MODE_CLIENT_ONLY = 1,
WS_SECURITY_KEY_ENTROPY_MODE_SERVER_ONLY = 2,
WS_SECURITY_KEY_ENTROPY_MODE_COMBINED = 3
} WS_SECURITY_KEY_ENTROPY_MODE;
Constants
WS_SECURITY_KEY_ENTROPY_MODE_CLIENT_ONLY Value: 1 Only client contributes entropy. |
WS_SECURITY_KEY_ENTROPY_MODE_SERVER_ONLY Value: 2 Only service contributes entropy. |
WS_SECURITY_KEY_ENTROPY_MODE_COMBINED Value: 3 Both contribute entropy. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |