SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Metodo

Definizione

Indica se il metodo di autenticazione specificato è supportato.

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

Parametri

authenticationMethod
SqlAuthenticationMethod

Metodo di autenticazione.

Restituisce

true se il metodo di autenticazione specificato è supportato; in caso contrario, false.

Si applica a