Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CustomSignedHeaders | Gets the set of custom SOAP headers that must be signed. |
![]() |
EncryptBody | Gets or sets a value indicating whether the SOAP body must be encrypted. |
![]() |
SignatureOptions | Gets or sets the SOAP message parts that must be signed. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
AreRequirementsSatisfied | Gets a value indicating whether the specified SOAP message meets the protection requirements. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
Protect | Enforces the protection requirements on a SOAP message. |
![]() |
ReadXml | Reads the XML in the policy file that is associated with the protection requirements. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
![]() |
WriteXml | Writes the protection requirements as XML in the specified XML element using the specified System.Xml.XmlWriter. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
MessageProtectionRequirements Class
Microsoft.Web.Services3.Design Namespace