ISecurityCapabilities.SupportsServerAuthentication Property

Definition

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

Property Value

Boolean

true if the binding can support server authentication; otherwise, false.

Examples

The following code snippet illustrates how to implement this property:

Applies to