Partilhar via


UsernameOverTransportAssertion.ServiceOutputFilter.SecureMessage Method

Secures SOAP responses sent from the Web Service 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_ServiceOutputFilter1 As UsernameOverTransportAssertion.ServiceOutputFilter
usernameOverTransportAssertion_ServiceOutputFilter1.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
  • security

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.ServiceOutputFilter Class
UsernameOverTransportAssertion.ServiceOutputFilter Members
Microsoft.Web.Services3.Design Namespace