SqlAuthenticationProvider.GetProvider(SqlAuthenticationMethod) Método
Definição
Obtém um provedor de autenticação por método.Gets an authentication provider by method.
public:
static System::Data::SqlClient::SqlAuthenticationProvider ^ GetProvider(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public static System.Data.SqlClient.SqlAuthenticationProvider GetProvider (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
static member GetProvider : System.Data.SqlClient.SqlAuthenticationMethod -> System.Data.SqlClient.SqlAuthenticationProvider
Public Shared Function GetProvider (authenticationMethod As SqlAuthenticationMethod) As SqlAuthenticationProvider
Parâmetros
- authenticationMethod
- SqlAuthenticationMethod
O método de autenticação.The authentication method.
Retornos
O provedor de autenticação ou null se não for encontrado.The authentication provider or null if not found.