Exemple #1
0
 public override bool IsSupported(SqlAuthenticationMethod authenticationMethod) => authenticationMethod.Equals(SqlAuthenticationMethod.ActiveDirectoryDeviceCodeFlow);
Exemple #2
0
 public override bool IsSupported(SqlAuthenticationMethod authenticationMethod)
 {
     return(authenticationMethod.Equals(SqlAuthenticationMethod.ActiveDirectoryPassword));
 }
 public override bool IsSupported(SqlAuthenticationMethod authenticationMethod) => authenticationMethod.Equals(SqlAuthenticationMethod.ActiveDirectoryIntegrated);