Partager via


ActiveDirectoryAuthenticationProvider.IsSupported Méthode

Définition

Indique si la méthode d’authentification spécifiée est prise en charge.

public:
 override bool IsSupported(Microsoft::Data::SqlClient::SqlAuthenticationMethod authentication);
public override bool IsSupported (Microsoft.Data.SqlClient.SqlAuthenticationMethod authentication);
override this.IsSupported : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> bool
Public Overrides Function IsSupported (authentication As SqlAuthenticationMethod) As Boolean

Paramètres

authentication
SqlAuthenticationMethod

Méthode d’authentification.

Retours

true si la méthode d’authentification spécifiée est prise en charge ; sinon, false.

Remarques

Les modes d’authentification pris en charge avec <xref=Microsoft.Data.SqlClient.ActiveDirectoryAuthenticationProvider> sont les suivants :

  • Mot de passe Active Directory
  • Intégration Active Directory
  • Azure Directory interactif
  • Principal de service Azure Directory
  • Flux de code de l’appareil Azure Directory
  • Identité managée Active Directory
  • MSI Active Directory
  • Active Directory par défaut

S’applique à