【发布时间】:2020-07-30 12:02:32
【问题描述】:
在 WCF 中,Net.TCP,客户端调用具有Transport 安全性和client credentials="Windows" 的服务(基本上如下场景:https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/transport-security-with-windows-authentication),如果该服务随后访问数据库并且连接字符串使用@987654325 @,哪个用户正在访问数据库?是运行 client 的用户还是运行 service 的用户,例如。服务帐号?
【问题讨论】: