ISecurityCapabilities.SupportsClientAuthentication 属性

定义

获取一个值,该值指示绑定是否支持客户端身份验证。Gets a value that indicates whether the binding supports client authentication.

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

属性值

Boolean

如果绑定可以支持客户端身份验证,则为 true;否则为 falsetrue if the binding can support client authentication; otherwise, false.

示例

下面的代码段演示如何实现此属性:The following code snippet illustrates how to implement this property:

适用于