WSFederationAuthenticationModule.SignInError Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsqu'une erreur se produit pendant la connexion.
public:
event EventHandler<System::IdentityModel::Services::ErrorEventArgs ^> ^ SignInError;
public event EventHandler<System.IdentityModel.Services.ErrorEventArgs> SignInError;
member this.SignInError : EventHandler<System.IdentityModel.Services.ErrorEventArgs>
Public Custom Event SignInError As EventHandler(Of ErrorEventArgs)
Public Event SignInError As EventHandler(Of ErrorEventArgs)
Type d'événement
Remarques
Si la demande est publiée sur la page de connexion, un contrôle sur la page déclenche cet événement, et non ce module.