ActiveDirectoryAuthenticationProvider.BeforeUnload 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.
Cette méthode est appelée immédiatement avant que le fournisseur ne soit supprimé du registre du fournisseur d’authentification.
public:
override void BeforeUnload(Microsoft::Data::SqlClient::SqlAuthenticationMethod authentication);
public override void BeforeUnload (Microsoft.Data.SqlClient.SqlAuthenticationMethod authentication);
override this.BeforeUnload : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> unit
Public Overrides Sub BeforeUnload (authentication As SqlAuthenticationMethod)
Paramètres
- authentication
- SqlAuthenticationMethod
Méthode d’authentification.
Remarques
Par exemple, cette méthode est appelée lorsqu’un autre fournisseur avec la même méthode d’authentification remplace ce fournisseur dans le registre du fournisseur d’authentification. Évitez d’effectuer une tâche d’attente longue dans cette méthode, car elle peut empêcher d’autres threads d’accéder au registre du fournisseur.