Condividi tramite


SecureConversationServiceSendSecurityFilter.SecureMessage Method (SoapEnvelope, Security, MessageProtectionRequirements)

When overridden in a derived class, applies the specified security requirements associated with this filter to the specified SOAP message when a secure conversation is not established.

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

Usage

'Usage
Dim envelope As SoapEnvelope
Dim security As Security
Dim response As MessageProtectionRequirements
Dim secureConversationServiceSendSecurityFilter1 As SecureConversationServiceSendSecurityFilter
secureConversationServiceSendSecurityFilter1.SecureMessage(envelope, security, response)

Syntax

'Declaration
Overloads Public MustOverride Sub SecureMessage( _
    ByVal envelope As SoapEnvelope, _
    ByVal security As Security, _
    ByVal response As MessageProtectionRequirements _
)
public abstract void SecureMessage(
    SoapEnvelope envelope, 
    Security security, 
    MessageProtectionRequirements response
);
public:
virtual void SecureMessage(
    SoapEnvelope^ envelope,
    Security^ security,
    MessageProtectionRequirements^ response
) abstract;
public abstract void SecureMessage(
    SoapEnvelope envelope, 
    Security security, 
    MessageProtectionRequirements response
);
public abstract function SecureMessage(
     envelope : SoapEnvelope, 
     security : Security, 
     response : MessageProtectionRequirements
) : Void;

Parameters

  • envelope
    A SoapEnvelope that represents the SOAP response to secure.
  • security
    A Security that represents the Security SOAP header of the SOAP response to secure.

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

SecureConversationServiceSendSecurityFilter Class
SecureConversationServiceSendSecurityFilter Members
Microsoft.Web.Services3.Security Namespace