EndpointProtectionRequirements Class

Specifies the protection requirements for all Web Services Description Language (WSDL) operations at an endpoint.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim endpointProtectionRequirements1 As New EndpointProtectionRequirements()

Syntax

'Declaration
Public Class EndpointProtectionRequirements
public class EndpointProtectionRequirements
public ref class EndpointProtectionRequirements
public class EndpointProtectionRequirements
public class EndpointProtectionRequirements

Remarks

Use the EndpointProtectionRequirements to specify protection requirements when a SOAP message exchange is secured without using a policy file. Protection requirements specify the SOAP message parts that are digitally signed or encrypted. The EndpointProtectionRequirements allows you to specify the protection requirements for all SOAP requests, SOAP responses, and SOAP faults sent to and from an endpoint. To specify the protection requirements for an individual SOAP action at an endpoint, use the OperationProtectionRequirements class. For more information about securing a Web service without using a policy file, see How to: Secure a Web Service Without Using a Policy File.

When a SOAP message is secured using a policy file, protection requirements are specified in a policy file using the <protection> Element. For more information about securing a SOAP message exchange using a policy file, see How to: Secure a Web Service Using a Policy File.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.Design.EndpointProtectionRequirements

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

EndpointProtectionRequirements Members
Microsoft.Web.Services3.Design Namespace