SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Metódus

Definíció

Azt jelzi, hogy a megadott hitelesítési módszer támogatott-e.

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

Paraméterek

authenticationMethod
SqlAuthenticationMethod

A hitelesítési módszer.

Válaszok

trueha a megadott hitelesítési módszer támogatott; egyéb esetben. false

A következőre érvényes: