ISecureBindingService Interface
Summary
The secure binding service enables a web component to exchange security-related credentials with another component for subsequent use in interactions that need to be secure.
Syntax
[ServiceContractAttribute(Name="ISecureBindingService")]
public interface ISecureBindingService : IBaseService
<ServiceContractAttribute("ISecureBindingService")>
Public Interface ISecureBindingService
Inherits IBaseService
[ServiceContractAttribute("ISecureBindingService")]
public interface class ISecureBindingService : public IBaseService