SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Method

Definition

Indicates whether the specified authentication method is supported.

public abstract bool IsSupported (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
abstract member IsSupported : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> bool
Public MustOverride Function IsSupported (authenticationMethod As SqlAuthenticationMethod) As Boolean

Parameters

authenticationMethod
SqlAuthenticationMethod

The authentication method.

Returns

Boolean

true if the specified authentication method is supported; otherwise, false.

Applies to