AuthenticationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No authentication mode. |
Windows | 1 | Windows authentication mode. |
Passport | 2 | Passport authentication mode. |
Forms | 3 | Forms authentication mode. |