Share via


KerberosAssertion.ServiceOutputFilter Constructor

Initializes a new instance of the KerberosAssertion.ServiceOutputFilter class for the specified policy assertion.

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

Usage

'Usage
Dim assertion As KerberosAssertion
Dim kerberosAssertion_ServiceOutputFilter1 As New KerberosAssertion.ServiceOutputFilter(assertion)

Syntax

'Declaration
Public Sub New( _
    ByVal assertion As KerberosAssertion _
)
public KerberosAssertion.ServiceOutputFilter(
    KerberosAssertion assertion
);
public:
KerberosAssertion::ServiceOutputFilter(
    KerberosAssertion^ assertion
);
public KerberosAssertion.ServiceOutputFilter(
    KerberosAssertion assertion
);
public function KerberosAssertion.ServiceOutputFilter(
     assertion : KerberosAssertion
);

Parameters

  • assertion
    The policy assertion that applies security to the SOAP responses.

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

KerberosAssertion.ServiceOutputFilter Class
KerberosAssertion.ServiceOutputFilter Members
Microsoft.Web.Services3.Design Namespace