IssuedTokenCache.Changed Event
Occurs when security tokens are added or removed from the cache.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
No usage available.
Syntax
'Declaration
Public Event Changed As EventHandler
public event EventHandler Changed;
public:
event EventHandler^ Changed;
public void add_Changed(EventHandler handler);
public void remove_Changed(EventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.
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
IssuedTokenCache Class
IssuedTokenCache Members
Microsoft.Web.Services3.Security.Tokens Namespace