Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISecurityCapabilities Interface

 

Defines the contract for specifying the security capabilities for bindings.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Public Interface ISecurityCapabilities

NameDescription
System_CAPS_pubpropertySupportedRequestProtectionLevel

Gets the protection level requests supported by the binding.

System_CAPS_pubpropertySupportedResponseProtectionLevel

Gets the protection level responses supported by the binding.

System_CAPS_pubpropertySupportsClientAuthentication

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

System_CAPS_pubpropertySupportsClientWindowsIdentity

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

System_CAPS_pubpropertySupportsServerAuthentication

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

For a full implementation see the NetHttpBinding sample

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft