UsernameOverTransportAssertion.ClientOutputFilter Class
Represents the SOAP security filter that is used for securing SOAP messages that are sent by a Web Service client that is configured with the <usernameOverTransportSecurity> Element turnkey security assertion
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim assertion As UsernameOverTransportAssertion
Dim usernameOverTransportAssertion_ClientOutputFilter1 As New UsernameOverTransportAssertion.ClientOutputFilter(assertion)
Syntax
'Declaration
Protected Class UsernameOverTransportAssertion.ClientOutputFilter
Inherits SendSecurityFilter
protected class UsernameOverTransportAssertion.ClientOutputFilter : SendSecurityFilter
ref class UsernameOverTransportAssertion::ClientOutputFilter : SendSecurityFilter
protected class UsernameOverTransportAssertion.ClientOutputFilter extends SendSecurityFilter
protected class UsernameOverTransportAssertion.ClientOutputFilter extends SendSecurityFilter
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.SoapFilter
Microsoft.Web.Services3.Security.SendSecurityFilter
Microsoft.Web.Services3.Design.UsernameOverTransportAssertion.ClientOutputFilter
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 Members
Microsoft.Web.Services3.Design Namespace