KerberosAssertion.ServiceInputFilter Class
Represents the SOAP security filter that is used when SOAP requests are received by a Web service configured with a KerberosAssertion. This SOAP filter enforces that the request message is signed and encrypted with a Kerberos token.
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
Protected Class KerberosAssertion.ServiceInputFilter
Inherits SecureConversationServiceReceiveSecurityFilter
protected class KerberosAssertion.ServiceInputFilter : SecureConversationServiceReceiveSecurityFilter
ref class KerberosAssertion::ServiceInputFilter : SecureConversationServiceReceiveSecurityFilter
protected class KerberosAssertion.ServiceInputFilter extends SecureConversationServiceReceiveSecurityFilter
protected class KerberosAssertion.ServiceInputFilter extends SecureConversationServiceReceiveSecurityFilter
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.SoapFilter
Microsoft.Web.Services3.Security.ReceiveSecurityFilter
Microsoft.Web.Services3.Security.SecureConversationServiceReceiveSecurityFilter
Microsoft.Web.Services3.Design.KerberosAssertion.ServiceInputFilter
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.ServiceInputFilter Members
Microsoft.Web.Services3.Design Namespace