SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Método

Definição

Indica se o método de autenticação especificado tem suporte.

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

O método de autenticação.

Retornos

true se o método de autenticação especificado for compatível. Caso contrário, false.

Aplica-se a