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


Перечисление AuthenticationType

Defines the modes of authentication.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Public Enumeration AuthenticationType
'Применение
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType

Элементы

Имя элемента Описание
None Specifies no authentication. (Value = 0)
Windows Specifies Windows as the authentication mode. This mode applies when using Basic, NTLM, or Negotiate.
Passport Specifies Microsoft Passport as the authentication mode. This authentication mode is not supported out-of-the box. (Value = 2)
Forms Specifies ASP.NET forms-based authentication as the authentication mode. (Value = 3)
SharePointTrustedUser Specifies SharePoint trusted user as the authentication mode. (Value = 4)