Перечисление AuthenticationMode
Represents the different authentication schemes available for a report server configured for SharePoint integrated mode.
Пространство имен: ReportServiceAuthentication
Сборка: ReportServiceAuthentication (в ReportServiceAuthentication.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Enumeration AuthenticationMode
'Применение
Dim instance As AuthenticationMode
[SerializableAttribute]
public enum AuthenticationMode
[SerializableAttribute]
public enum class AuthenticationMode
[<SerializableAttribute>]
type AuthenticationMode
public enum AuthenticationMode
Элементы
Имя элемента | Описание | |
---|---|---|
None | No authentication scheme. | |
Windows | Windows integrated authenticaion. | |
Passport | Passport authentication. | |
Forms | Forms authentication. |