SignInControl.SessionSecurityTokenCreated (Evento)
Espacio de nombres: Microsoft.IdentityModel.Web.Controls
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As SignInControl Dim handler As EventHandler(Of SessionSecurityTokenCreatedEventArgs) AddHandler instance.SessionSecurityTokenCreated, handler
Sintaxis
'Declaración
Public Event SessionSecurityTokenCreated As EventHandler(Of SessionSecurityTokenCreatedEventArgs)
public event EventHandler<SessionSecurityTokenCreatedEventArgs> SessionSecurityTokenCreated
public:
event EventHandler<SessionSecurityTokenCreatedEventArgs^>^ SessionSecurityTokenCreated {
void add (EventHandler<SessionSecurityTokenCreatedEventArgs^>^ value);
void remove (EventHandler<SessionSecurityTokenCreatedEventArgs^>^ value);
}
/** @event */
public void add_SessionSecurityTokenCreated (EventHandler<SessionSecurityTokenCreatedEventArgs> value)
/** @event */
public void remove_SessionSecurityTokenCreated (EventHandler<SessionSecurityTokenCreatedEventArgs> value)
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
SignInControl (Clase)
SignInControl (Miembros)
Microsoft.IdentityModel.Web.Controls (Espacio de nombres)