【发布时间】:2009-09-30 08:27:57
【问题描述】:
我有一些同事已经构建了 WCF 服务。它们的安全设置如下:
security mode="None"
transport clientCredentialType="Windows" proxyCredentialType="None" realm=""
message clientCredentialType="Windows" negotiateServiceCredential="true"
establishSecurityContext="true"
security
指定安全模式=“无”然后在下面指定传输/消息安全性是否有意义?
【问题讨论】: