Aracılığıyla paylaş


SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Yöntem

Tanım

Belirtilen kimlik doğrulama yönteminin desteklenip desteklenmediğini gösterir.

public:
 abstract bool IsSupported(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public abstract bool IsSupported (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
abstract member IsSupported : System.Data.SqlClient.SqlAuthenticationMethod -> bool
Public MustOverride Function IsSupported (authenticationMethod As SqlAuthenticationMethod) As Boolean

Parametreler

authenticationMethod
SqlAuthenticationMethod

Kimlik doğrulama yöntemi.

Döndürülenler

true belirtilen kimlik doğrulama yöntemi destekleniyorsa; aksi takdirde , false.

Şunlara uygulanır