SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Method

Definition

Indicates whether the specified authentication method is supported.

C#
public abstract bool IsSupported(System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);

Parameters

authenticationMethod
SqlAuthenticationMethod

The authentication method.

Returns

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

Applies to

Product Versions
.NET Framework 4.7.2, 4.8, 4.8.1