SecureConversationClientSendSecurityFilter.SecureConversationCreated Event
Occurs when a secure conversation is established.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
No usage available.
Syntax
'Declaration
Public NotOverridable Event SecureConversationCreated As EventHandler(Of SecureConversationEventArgs)
public sealed event EventHandler<SecureConversationEventArgs> SecureConversationCreated;
public:
event EventHandler<SecureConversationEventArgs^>^ SecureConversationCreated;
public final void add_SecureConversationCreated(EventHandler<SecureConversationEventArgs> handler);
public final void remove_SecureConversationCreated(EventHandler<SecureConversationEventArgs> handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.
Remarks
A secure conversation is established when a security token is obtained from the trusted security token service.
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
SecureConversationClientSendSecurityFilter Class
SecureConversationClientSendSecurityFilter Members
Microsoft.Web.Services3.Security Namespace