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