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