ServerInfo.AuthenticationMode property

Gets the authentication mode of the specified Web site on the server.

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

Syntax

'Declaration
Public ReadOnly Property AuthenticationMode As AuthenticationMode
    Get
'Usage
Dim instance As ServerInfo
Dim value As AuthenticationMode

value = instance.AuthenticationMode
public AuthenticationMode AuthenticationMode { get; }

Property value

Type: System.Web.Configuration.AuthenticationMode
The authentication mode of the specified Web site on the server.

See also

Reference

ServerInfo class

ServerInfo members

Microsoft.SharePoint.Client namespace