UsernameOverTransportAssertion.ClientOutputFilter.SecureMessage Method
Secures SOAP requests sent by the Web Service client according to the security requirements specified by <usernameOverTransportSecurity> Element turnkey security assertion.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim envelope As SoapEnvelope
Dim security As Security
Dim usernameOverTransportAssertion_ClientOutputFilter1 As UsernameOverTransportAssertion.ClientOutputFilter
usernameOverTransportAssertion_ClientOutputFilter1.SecureMessage(envelope, security)
Syntax
'Declaration
Public Overrides Sub SecureMessage( _
ByVal envelope As SoapEnvelope, _
ByVal security As Security _
)
public override void SecureMessage(
SoapEnvelope envelope,
Security security
);
public:
virtual void SecureMessage(
SoapEnvelope^ envelope,
Security^ security
) override;
public override void SecureMessage(
SoapEnvelope envelope,
Security security
);
public override function SecureMessage(
envelope : SoapEnvelope,
security : Security
) : Void;
Parameters
- envelope
The content of a SOAP message.
- security
Represents the security header that will be added to the outgoing SOAP requests.
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
UsernameOverTransportAssertion.ClientOutputFilter Class
UsernameOverTransportAssertion.ClientOutputFilter Members
Microsoft.Web.Services3.Design Namespace