Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |