SPWeb.AuthenticationMode property

NOTE: This API is now obsolete.

Reserved for internal use.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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