SPIisSettings.AuthenticationMode-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob die Webanwendung die Windows-Authentifizierung oder formularbasierte Authentifizierung verwendet.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AuthenticationMode As AuthenticationMode
Get
Set
'Usage
Dim instance As SPIisSettings
Dim value As AuthenticationMode
value = instance.AuthenticationMode
instance.AuthenticationMode = value
public AuthenticationMode AuthenticationMode { get; set; }
Eigenschaftswert
Typ: System.Web.Configuration.AuthenticationMode
Ein AuthenticationMode -Wert, der den Authentifizierungsmodus für die Webanwendung verwendet wird, gibt an, welche die Forms, Windowsoder Nonesein können. (Es kann nicht Passportsein.) Der Standardwert ist Windows. Für andere Authentifizierungsmodi, wie Active Directory Federation Services (ADFS) muss dieser Wert None.
Hinweise
Wichtig
SharePoint Foundation verwendet IIS integrierten Modus, die Authentifizierung mit Windows Live (früher Passport) nicht unterstützt.