安全模式="无

Pat*_*ick 3 security wcf

我有一些同事已经建立了WCF服务.他们的安全设置如下:

security mode="None"
   transport clientCredentialType="Windows" proxyCredentialType="None" realm=""
   message clientCredentialType="Windows" negotiateServiceCredential="true"   
       establishSecurityContext="true" 
security
Run Code Online (Sandbox Code Playgroud)

指定安全模式="无"然后在下面指定传输/消息安全性是否有意义?

mar*_*c_s 5

这根本就没有安全 - 根本没有任何意义 - 除了可能的开发时间:-)

如果你有<security mode="None">任何你在下面指定的内容没有被考虑在内 - 你也可以把它留下来.