Wyliczenie AuthenticationType
Definiuje trybów uwierzytelnianie.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Składnia
'Deklaracja
Public Enumeration AuthenticationType
'Użycie
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
Elementy członkowskie
Nazwa elementu członkowskiego | Opis | |
---|---|---|
None | Uwierzytelnianie nie jest.(Wartość = 0) | |
Windows | Określa Windows jako tryb uwierzytelnianie.Tryb ten stosuje się przy użyciu podstawowego, NTLM lub Negotiate. | |
Passport | Określa usługi Microsoft Passport jako tryb uwierzytelnianie.W tym trybie uwierzytelnianie nie jest obsługiwana polu Wyjście z.(Wartość = 2) | |
Forms | Określa ASP.NET uwierzytelnianie opartego na formularzach jako tryb uwierzytelnianie.(Wartość = 3) | |
SharePointTrustedUser | Określa zaufanego użytkownika programu SharePoint jako tryb uwierzytelnianie.(Wartość = 4) |