ISecurityCapabilities Interface
.NET Framework (current version)
Defines the contract for specifying the security capabilities for bindings.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
For a full implementation see the NetHttpBinding sample
.NET Framework
Available since 3.0
Available since 3.0
Show:
