AuthenticationMode Enum

Definition

Represents the different authentication schemes available for a report server configured for SharePoint integrated mode.

public enum class AuthenticationMode
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
[System.Serializable]
public enum AuthenticationMode
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
[<System.Serializable>]
type AuthenticationMode = 
Public Enum AuthenticationMode
Inheritance
AuthenticationMode
Attributes

Fields

Forms 3

Forms authentication mode.

None 0

No authentication mode.

Passport 2

Passport authentication mode.

Windows 1

Windows authentication mode.

Applies to