Share via


KerberosAssertion.ServiceInputFilter Constructor

Initializes a new instance of the KerberosAssertion.ServiceInputFilter 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_ServiceInputFilter1 As New KerberosAssertion.ServiceInputFilter(assertion)

Syntax

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

Parameters

  • assertion
    The policy assertion that applies security to the SOAP requests that are received.

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.ServiceInputFilter Class
KerberosAssertion.ServiceInputFilter Members
Microsoft.Web.Services3.Design Namespace