SPWeb.AuthenticationMode Property

NOTE: This API is now obsolete.

Reserved for internal use.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("this property always returns System.Web.Configuration.AuthenticationMode.Windows")> _
Public ReadOnly Property AuthenticationMode As AuthenticationMode
    Get
'Usage
Dim instance As SPWeb
Dim value As AuthenticationMode

value = instance.AuthenticationMode
[ObsoleteAttribute("this property always returns System.Web.Configuration.AuthenticationMode.Windows")]
public AuthenticationMode AuthenticationMode { get; }

Property Value

Type: System.Web.Configuration.AuthenticationMode
This property always returns System.Web.Configuration.AuthenticationMode.Windows.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace