ISecurityCapabilities.SupportsServerAuthentication 属性
定义
获取一个值,该值指示绑定是否支持服务器身份验证。Gets a value that indicates whether the binding supports server authentication.
public:
property bool SupportsServerAuthentication { bool get(); };
public bool SupportsServerAuthentication { get; }
member this.SupportsServerAuthentication : bool
Public ReadOnly Property SupportsServerAuthentication As Boolean
属性值
如果绑定可以支持服务器身份验证,则为 true;否则为 false。true if the binding can support server authentication; otherwise, false.
示例
下面的代码段演示如何实现此属性:The following code snippet illustrates how to implement this property: