Enum DatabaseServerAuthenticationType
Represents the possible authentication types to use for with DatabaseServer. See AuthenticationType.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public enum DatabaseServerAuthenticationType
Fields
| Name | Description |
|---|---|
| Database | Database authentication. Use the user name and password specified in UserName and Password. |
| Unknown | Unknown authentication type. |
| Windows | Windows authentication. Use the Windows credentials the application server is running as. |