This topic has not yet been rated - Rate this topic

SecureConversationServiceSendSecurityFilter Class

Provides a base class for filtering outgoing SOAP messages from an XML Web service that are secured using a secure conversation.


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

'Usage
Dim assertion As SecurityPolicyAssertion
Dim secureConversationServiceSendSecurityFilter1 As New SecureConversationServiceSendSecurityFilter(assertion)
public abstract class SecureConversationServiceSendSecurityFilter : SendSecurityFilter
public abstract class SecureConversationServiceSendSecurityFilter extends SendSecurityFilter
public abstract class SecureConversationServiceSendSecurityFilter extends SendSecurityFilter

Use the SecureConversationServiceSendSecurityFilter class for custom policy assertions that use a secure conversation. A secure conversation is a SOAP message exchange between a client and a Web service that is secured by using an issued security token from a security token service. Typically, the security token is a SecurityContextToken security token. For more information about creating custom policy assertions, see How to: Create a Custom Policy Assertion.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.