Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents the different authentication schemes available for a report server configured for SharePoint integrated mode.
Namespace: ReportServiceAuthentication
Assembly: ReportServiceAuthentication (in ReportServiceAuthentication.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AuthenticationMode
'Usage
Dim instance As AuthenticationMode
[SerializableAttribute]
public enum AuthenticationMode
[SerializableAttribute]
public enum class AuthenticationMode
[<SerializableAttribute>]
type AuthenticationMode
public enum AuthenticationMode
Members
| Member name | Description | |
|---|---|---|
| Forms | Forms authentication. | |
| None | No authentication scheme. | |
| Passport | Passport authentication. | |
| Windows | Windows integrated authenticaion. |