Compartir a través de


SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Método

Definición

Indica si se admite el método de autenticación especificado.

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

Parámetros

authenticationMethod
SqlAuthenticationMethod

Método de autenticación.

Devoluciones

true si se admite el método de autenticación especificado; en caso contrario, false.

Se aplica a