WS_TCP_SSPI_POLICY_DESCRIPTION結構 (webservices.h)
描述使用 Windows SSPI 指定 TCP 通道系結的原則。
語法
typedef struct _WS_TCP_SSPI_POLICY_DESCRIPTION {
WS_CHANNEL_PROPERTIES channelProperties;
WS_SECURITY_PROPERTIES securityProperties;
WS_SSPI_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION sspiTransportSecurityBinding;
} WS_TCP_SSPI_POLICY_DESCRIPTION;
成員
channelProperties
原則中所指定通道屬性的範本描述。
securityProperties
原則中所指定之安全性屬性的範本描述。
sspiTransportSecurityBinding
Windows SSPI 安全性系結描述。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
標頭 | webservices.h |