Partager via


AuthenticationType type

Définit des valeurs pour AuthenticationType. Les valeurs possibles sont les suivantes : « None », « WindowsAuthentication », « SqlAuthentication », « ActiveDirectoryIntegrated », « ActiveDirectoryPassword »

type AuthenticationType =
  | "None"
  | "WindowsAuthentication"
  | "SqlAuthentication"
  | "ActiveDirectoryIntegrated"
  | "ActiveDirectoryPassword"