Поделиться через


AuthenticationType type

Определяет значения для AuthenticationType. Возможные значения: None, WindowsAuthentication, SqlAuthentication, ActiveDirectoryIntegrated, ActiveDirectoryPassword.

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