AuthenticationMode Enumeration

Definition

Repräsentiert die verschiedenen Authentifizierungsschemata für einen Berichtsserver, der für den integrierten SharePoint-Modus konfiguriert ist.

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
Vererbung
AuthenticationMode
Attribute

Felder

Name Wert Beschreibung
None 0

Kein Authentifizierungsmodus.

Windows 1

Windows-Authentifizierung Modus.

Passport 2

Pass-Authentifizierungsmodus.

Forms 3

Formular-Authentifizierungsmodus.

Gilt für: