Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the modes of authentication.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Enumeration AuthenticationType
'Usage
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Federation | Specifies federated authentication. | |
| Forms | Specifies ASP.NET forms-based authentication as the authentication mode. (Value = 3) | |
| None | Specifies no authentication. (Value = 0) | |
| Passport | Specifies Microsoft Passport as the authentication mode. This authentication mode is not supported out-of-the box. (Value = 2) | |
| SharePointTrustedUser | Specifies SharePoint trusted user as the authentication mode. (Value = 4) | |
| Windows | Specifies Windows as the authentication mode. This mode applies when using Basic, NTLM, or Negotiate. |