Événement WSTrustServiceContract.RequestFailed
Occurs when a Failure happens processing a Trust request from the client.
Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As WSTrustServiceContract Dim handler As EventHandler(Of WSTrustRequestProcessingErrorEventArgs) AddHandler instance.RequestFailed, handler
Syntaxe
'Déclaration
Public Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs)
public event EventHandler<WSTrustRequestProcessingErrorEventArgs> RequestFailed
public:
event EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ RequestFailed {
void add (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
void remove (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
}
/** @event */
public void add_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value)
/** @event */
public void remove_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> 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 WSTrustServiceContract
Membres WSTrustServiceContract
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust