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.
Describes the traffic secret type.
Syntax
typedef enum _SEC_TRAFFIC_SECRET_TYPE {
SecTrafficSecret_None,
SecTrafficSecret_Client,
SecTrafficSecret_Server
} SEC_TRAFFIC_SECRET_TYPE, *PSEC_TRAFFIC_SECRET_TYPE;
Constants
SecTrafficSecret_NoneNo traffic secret is used. |
SecTrafficSecret_ClientThe traffic secret is handled by the client. |
SecTrafficSecret_ServerThe traffic secret is handled by the server. |
Requirements
| Requirement | Value |
|---|---|
| Header | sspi.h |