AuthenticationType 枚举

Defines the modes of authentication.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
Public Enumeration AuthenticationType
用法
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType

成员

成员名称 说明
Federation Specifies federated authentication.
Forms Specifies ASP.NET forms-based authentication as the authentication mode. (Value = 3)
None Specifies no authentication. (Value = 0)
Passport Specifies Microsoft Passport as the authentication mode. This authentication mode is not supported out-of-the box. (Value = 2)
SharePointTrustedUser Specifies SharePoint trusted user as the authentication mode. (Value = 4)
Windows Specifies Windows as the authentication mode. This mode applies when using Basic, NTLM, or Negotiate.

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间