KerberosAssertion.ServiceOutputFilter Class
Represents the SOAP security filter that is used for SOAP responses that are sent by a Web Service configured with a Kerberos assertion. This SOAP filter signs SOAP responses
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
Protected Class KerberosAssertion.ServiceOutputFilter
Inherits SecureConversationServiceSendSecurityFilter
protected class KerberosAssertion.ServiceOutputFilter : SecureConversationServiceSendSecurityFilter
ref class KerberosAssertion::ServiceOutputFilter : SecureConversationServiceSendSecurityFilter
protected class KerberosAssertion.ServiceOutputFilter extends SecureConversationServiceSendSecurityFilter
protected class KerberosAssertion.ServiceOutputFilter extends SecureConversationServiceSendSecurityFilter
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.SoapFilter
Microsoft.Web.Services3.Security.SendSecurityFilter
Microsoft.Web.Services3.Security.SecureConversationServiceSendSecurityFilter
Microsoft.Web.Services3.Design.KerberosAssertion.ServiceOutputFilter
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.ServiceOutputFilter Members
Microsoft.Web.Services3.Design Namespace