Événement WSTrustChannel.Opening
Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As WSTrustChannel Dim handler As EventHandler AddHandler instance.Opening, handler
Syntaxe
'Déclaration
Public Event Opening As EventHandler
public event EventHandler Opening
public:
virtual event EventHandler^ Opening {
void add (EventHandler^ value) sealed;
void remove (EventHandler^ value) sealed;
}
/** @event */
public final void add_Opening (EventHandler value)
/** @event */
public final void remove_Opening (EventHandler value)
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe WSTrustChannel
Membres WSTrustChannel
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust