Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |