ActiveDirectoryAuthenticationProvider.IsSupported メソッド

定義

指定された認証方法がサポートされているかどうかを示します。

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

パラメーター

authentication
SqlAuthenticationMethod

認証方法。

戻り値

指定された認証方法がサポートされている場合は true。それ以外の場合は false

注釈

xref=Microsoft.Data.SqlClient.ActiveDirectoryAuthenticationProvider> でサポートされている認証モード<は次のとおりです。

  • Active Directory パスワード
  • Active Directory 統合
  • Active Directory 対話型
  • Active Directory サービス プリンシパル
  • Active Directory デバイス コード フロー
  • Active Directory Managed Identity
  • Active Directory MSI
  • Active Directory の既定値

適用対象