SqlAuthenticationProvider.SetProvider(SqlAuthenticationMethod, SqlAuthenticationProvider) Method

Definition

Sets an authentication provider by method.

public static bool SetProvider (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, Microsoft.Data.SqlClient.SqlAuthenticationProvider provider);
static member SetProvider : Microsoft.Data.SqlClient.SqlAuthenticationMethod * Microsoft.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

Boolean

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

Applies to