Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |