SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Method

Definition

Indicates whether the specified authentication method is supported.

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

Parameters

authenticationMethod
SqlAuthenticationMethod

The authentication method.

Returns

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

Applies to