ISecurityCapabilities.SupportsServerAuthentication 属性

定义

获取一个值,该值指示绑定是否支持服务器身份验证。

public:
 property bool SupportsServerAuthentication { bool get(); };
public bool SupportsServerAuthentication { get; }
member this.SupportsServerAuthentication : bool
Public ReadOnly Property SupportsServerAuthentication As Boolean

属性值

如果绑定可以支持服务器身份验证,则为 true;否则为 false

适用于