Partager via


ActiveDirectoryAuthenticationProvider.BeforeLoad Méthode

Définition

Cette méthode est appelée immédiatement avant l’ajout du fournisseur au registre du fournisseur d’authentification.

public:
 override void BeforeLoad(Microsoft::Data::SqlClient::SqlAuthenticationMethod authentication);
public override void BeforeLoad (Microsoft.Data.SqlClient.SqlAuthenticationMethod authentication);
override this.BeforeLoad : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> unit
Public Overrides Sub BeforeLoad (authentication As SqlAuthenticationMethod)

Paramètres

authentication
SqlAuthenticationMethod

Méthode d’authentification.

Remarques

Évitez d’effectuer des tâches en attente longue dans cette méthode, car elle peut empêcher d’autres threads d’accéder au registre du fournisseur.

S’applique à