Share via


ISecureConversationEvents Interface

A custom interface for the SecureConversationClientSendSecurityFilter SOAP filter that allows applications to subscribe to an event that is raised when a secure conversation is established by the SOAP filter.

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

Usage

'Usage
Public Class secureConversationEventsImplementation
    Implements ISecureConversationEvents
End Class
Dim secureConversationEventsImplementation1 As New secureConversationEventsImplementation()

Syntax

'Declaration
Public Interface ISecureConversationEvents
public interface ISecureConversationEvents
public interface class ISecureConversationEvents
public interface ISecureConversationEvents
public interface ISecureConversationEvents

Remarks

Use the GetOutputBehavior method to obtain the ISecureConversationEvents custom interface for the SecureConversationClientSendSecurityFilter class and then add an event handler for the SecureConversationCreated event.

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

ISecureConversationEvents Members
Microsoft.Web.Services3.Security Namespace
SecureConversationEventArgs
GetOutputBehavior
GetBehavior