ISecurityCapabilities Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |