Partager via


ActiveDirectoryAuthenticationProvider.BeforeUnload Méthode

Définition

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.

S’applique à