Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_ONLYValue: 1 Only client contributes entropy. |
WS_SECURITY_KEY_ENTROPY_MODE_SERVER_ONLYValue: 2 Only service contributes entropy. |
WS_SECURITY_KEY_ENTROPY_MODE_COMBINEDValue: 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 |