Partilhar via


AuthenticationType type

Define valores para AuthenticationType. Os valores possíveis incluem: "None", "WindowsAuthentication", "SqlAuthentication", "ActiveDirectoryIntegrated", "ActiveDirectoryPassword"

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