Share via


MessageProtectionRequirements Members

Specifies the protection requirements for a SOAP message.

The following tables list the members exposed by the MessageProtectionRequirements type.

Public Constructors

  Name Description
MessageProtectionRequirements Overloaded. Initializes a new instance of MessageProtectionRequirements.

Top

Public Properties

  Name Description
public property CustomSignedHeaders Gets the set of custom SOAP headers that must be signed.
public property EncryptBody Gets or sets a value indicating whether the SOAP body must be encrypted.
public property SignatureOptions Gets or sets the SOAP message parts that must be signed.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AreRequirementsSatisfied Gets a value indicating whether the specified SOAP message meets the protection requirements.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method Protect Enforces the protection requirements on a SOAP message.
public method ReadXml Reads the XML in the policy file that is associated with the protection requirements.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method WriteXml Writes the protection requirements as XML in the specified XML element using the specified System.Xml.XmlWriter.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

MessageProtectionRequirements Class
Microsoft.Web.Services3.Design Namespace