[]
Defines SSRS authentication types.
public enum AuthenticationType
These values correspond to Authentication section in rsreportserver.config file.
| Name | Description |
|---|---|
| Basic | Use this setting if SSRS supports: RSWindowsBasic. |
| Negotiate | Use this setting if SSRS supports following authentication types: RSWindowsNegotiate, RSWindowsKerberos. |
| Ntlm | Use this setting if SSRS supports: RSWindowsNTLM. |