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.