Share via


KerberosAssertion.ClientInputFilter Class

Specifies the SOAP filter for SOAP responses received by the Web service client configured with a KerberosAssertion. This SOAP filter enforces that the message is signed and encrypted with the Kerberos token the client used to secure the request.

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

Usage

'Usage
Dim assertion As KerberosAssertion
Dim kerberosAssertion_ClientInputFilter1 As New KerberosAssertion.ClientInputFilter(assertion)

Syntax

'Declaration
Protected Class KerberosAssertion.ClientInputFilter
    Inherits SecureConversationClientReceiveSecurityFilter
protected class KerberosAssertion.ClientInputFilter : SecureConversationClientReceiveSecurityFilter
ref class KerberosAssertion::ClientInputFilter : SecureConversationClientReceiveSecurityFilter
protected class KerberosAssertion.ClientInputFilter extends SecureConversationClientReceiveSecurityFilter
protected class KerberosAssertion.ClientInputFilter extends SecureConversationClientReceiveSecurityFilter

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services3.SoapFilter
     Microsoft.Web.Services3.Security.ReceiveSecurityFilter
       Microsoft.Web.Services3.Security.SecureConversationClientReceiveSecurityFilter
        Microsoft.Web.Services3.Design.KerberosAssertion.ClientInputFilter

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

KerberosAssertion.ClientInputFilter Members
Microsoft.Web.Services3.Design Namespace