SqlAuthenticationProvider.SetProvider Method

Definition

Sets an authentication provider by method.

public:
 static bool SetProvider(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod, System::Data::SqlClient::SqlAuthenticationProvider ^ provider);
public static bool SetProvider (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, System.Data.SqlClient.SqlAuthenticationProvider provider);
static member SetProvider : System.Data.SqlClient.SqlAuthenticationMethod * System.Data.SqlClient.SqlAuthenticationProvider -> bool
Public Shared Function SetProvider (authenticationMethod As SqlAuthenticationMethod, provider As SqlAuthenticationProvider) As Boolean

Parameters

authenticationMethod
SqlAuthenticationMethod

The authentication method.

provider
SqlAuthenticationProvider

The authentication provider.

Returns

true if the operation succeeded; otherwise, false (for example, the existing provider disallows overriding).

Applies to