Langue

AuthenticationMode Énumération

Définition

Représente les différents schémas d’authentification disponibles pour un serveur de rapports configuré en mode intégré SharePoint.

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
Héritage
AuthenticationMode
Attributs

Champs

Nom Valeur Description
None 0

Pas de mode authentification.

Windows 1

mode Authentification Windows.

Passport 2

Mode d’authentification de passeport.

Forms 3

Mode authentification des formulaires.

S’applique à