WSFederationAuthenticationModule.OnSignInError(ErrorEventArgs) Méthode
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éclenche l’événement SignInError.
protected:
virtual void OnSignInError(System::IdentityModel::Services::ErrorEventArgs ^ args);
protected virtual void OnSignInError (System.IdentityModel.Services.ErrorEventArgs args);
abstract member OnSignInError : System.IdentityModel.Services.ErrorEventArgs -> unit
override this.OnSignInError : System.IdentityModel.Services.ErrorEventArgs -> unit
Protected Overridable Sub OnSignInError (args As ErrorEventArgs)
Paramètres
- args
- ErrorEventArgs
Données de l'événement.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.