UsernameOverTransportAssertion.ServiceInputFilter.ValidateMessageSecurity Method
Validates that the specified SOAP request 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_ServiceInputFilter1 As UsernameOverTransportAssertion.ServiceInputFilter
usernameOverTransportAssertion_ServiceInputFilter1.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
The content of a SOAP request.
- security
A Security that represents the <Security> header of the incoming SOAP request.
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.ServiceInputFilter Class
UsernameOverTransportAssertion.ServiceInputFilter Members
Microsoft.Web.Services3.Design Namespace