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 관리 ID
  • Active Directory MSI
  • Active Directory Default

적용 대상