Udostępnij za pośrednictwem


AuthenticationType type

Definiuje wartości AuthenticationType. Możliwe wartości to: "None", "WindowsAuthentication", "SqlAuthentication", "ActiveDirectoryIntegrated", "ActiveDirectoryPassword"

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