UsernameOverTransportAssertion.ServiceOutputFilter Constructor
Initializes a new instance of the UsernameOverTransportAssertion.ServiceOutputFilter class using the specified policy assertion.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim assertion As UsernameOverTransportAssertion
Dim usernameOverTransportAssertion_ServiceOutputFilter1 As New UsernameOverTransportAssertion.ServiceOutputFilter(assertion)
Syntax
'Declaration
Public Sub New( _
ByVal assertion As UsernameOverTransportAssertion _
)
public UsernameOverTransportAssertion.ServiceOutputFilter(
UsernameOverTransportAssertion assertion
);
public:
UsernameOverTransportAssertion::ServiceOutputFilter(
UsernameOverTransportAssertion^ assertion
);
public UsernameOverTransportAssertion.ServiceOutputFilter(
UsernameOverTransportAssertion assertion
);
public function UsernameOverTransportAssertion.ServiceOutputFilter(
assertion : UsernameOverTransportAssertion
);
Parameters
- assertion
A UsernameOverTransportAssertion that is used to specify the security settings for this UsernameOverTransportAssertion.ServiceOutputFilter SOAP filter.
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