SecureConversationEventArgs Class
Provides data for the SecureConversationCreated event.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim token As SecurityContextToken
Dim secureConversationEventArgs1 As New SecureConversationEventArgs(token)
Syntax
'Declaration
Public Class SecureConversationEventArgs
Inherits EventArgs
public class SecureConversationEventArgs : EventArgs
public ref class SecureConversationEventArgs : EventArgs
public class SecureConversationEventArgs extends EventArgs
public class SecureConversationEventArgs extends EventArgs
Remarks
Use the SecureConversationCreated event to receive notification when a secure conversation is established by the Soap filter. For more details, see the GetBehavior method.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Web.Services3.Security.SecureConversationEventArgs
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
SecureConversationEventArgs Members
Microsoft.Web.Services3.Security Namespace
ISecureConversationEvents