Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As SessionAuthenticationModule Dim handler As EventHandler(Of SessionSecurityTokenCreatedEventArgs) AddHandler instance.SessionSecurityTokenCreated, handler |
Syntax
Visual Basic |
---|
Public Event SessionSecurityTokenCreated As EventHandler(Of SessionSecurityTokenCreatedEventArgs) |
C# |
---|
public event EventHandler<SessionSecurityTokenCreatedEventArgs> SessionSecurityTokenCreated |
C++ |
---|
public: event EventHandler<SessionSecurityTokenCreatedEventArgs^>^ SessionSecurityTokenCreated { void add (EventHandler<SessionSecurityTokenCreatedEventArgs^>^ value); void remove (EventHandler<SessionSecurityTokenCreatedEventArgs^>^ value); } |
J# |
---|
/** @event */ public void add_SessionSecurityTokenCreated (EventHandler<SessionSecurityTokenCreatedEventArgs> value) /** @event */ public void remove_SessionSecurityTokenCreated (EventHandler<SessionSecurityTokenCreatedEventArgs> value) |
JScript |
---|
|