Expand Minimize
This topic has not yet been rated - Rate this topic

AuthenticationType Enumeration

Defines the modes of authentication.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
public enum AuthenticationType
Member nameDescription
NoneSpecifies no authentication. (Value = 0)
WindowsSpecifies Windows as the authentication mode. This mode applies when using Basic, NTLM, or Negotiate.
PassportSpecifies Microsoft Passport as the authentication mode. This authentication mode is not supported out-of-the box. (Value = 2)
FormsSpecifies ASP.NET forms-based authentication as the authentication mode. (Value = 3)
SharePointTrustedUserSpecifies SharePoint trusted user as the authentication mode. (Value = 4)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.