Share via


UsernameOverTransportAssertion.ClientInputFilter.ValidateMessageSecurity Method

Validates that the specified SOAP message meets the security requirements for the <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_ClientInputFilter1 As UsernameOverTransportAssertion.ClientInputFilter
usernameOverTransportAssertion_ClientInputFilter1.ValidateMessageSecurity(envelope, security)

Syntax

'Declaration
Public Overrides Sub ValidateMessageSecurity( _
    ByVal envelope As SoapEnvelope, _
    ByVal security As Security _
)
public override void ValidateMessageSecurity(
    SoapEnvelope envelope, 
    Security security
);
public:
virtual void ValidateMessageSecurity(
    SoapEnvelope^ envelope,
    Security^ security
) override;
public override void ValidateMessageSecurity(
    SoapEnvelope envelope, 
    Security security
);
public override function ValidateMessageSecurity(
     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.ClientInputFilter Class
UsernameOverTransportAssertion.ClientInputFilter Members
Microsoft.Web.Services3.Design Namespace