我想了解 Windows Server AppFabric 缓存中的安全性如何工作。如果我将其定义为
<securityProperties mode="Transport" protectionLevel="EncryptAndSign" />
它如何加密通信?是 SSL 吗?如果是我如何配置要使用的证书?AppFabric 缓存是在内部使用 WCF 还是使用一些自定义协议?
我想了解 Windows Server AppFabric 缓存中的安全性如何工作。如果我将其定义为
<securityProperties mode="Transport" protectionLevel="EncryptAndSign" />
它如何加密通信?是 SSL 吗?如果是我如何配置要使用的证书?AppFabric 缓存是在内部使用 WCF 还是使用一些自定义协议?
AppFabric 缓存使用 Windows 身份信息进行所有加密/签名。具体来说,无论您的缓存客户端进程在与缓存服务器通信时运行的 Windows 身份是什么。
就像您使用原始 WCF 并应用WindowsStreamSecurityBindingElement
相应的ProtectionLevel
.