ISecurityCapabilities Interface

Definition

Defines the contract for specifying the security capabilities for bindings.

public interface class ISecurityCapabilities
public interface ISecurityCapabilities
type ISecurityCapabilities = interface
Public Interface ISecurityCapabilities

Examples

For a full implementation, see the NetHttpBinding sample.

Properties

SupportedRequestProtectionLevel

Gets the protection level requests supported by the binding.

SupportedResponseProtectionLevel

Gets the protection level responses supported by the binding.

SupportsClientAuthentication

Gets a value that indicates whether the binding supports client authentication.

SupportsClientWindowsIdentity

Gets a value that indicates whether the binding supports client Windows identity.

SupportsServerAuthentication

Gets a value that indicates whether the binding supports server authentication.

Applies to