ClientAuthenticationMode Enumeration

Specifies the authentication modes of the client Web request.

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

Syntax

'Declaration
Public Enumeration ClientAuthenticationMode
'Usage
Dim instance As ClientAuthenticationMode
public enum ClientAuthenticationMode

Members

Member name Description
Default Represents the default authentication mode.
FormsAuthentication Represents ASP.NET forms authentication mode.
Anonymous Represents anonymous authentication mode.

See Also

Reference

Microsoft.SharePoint.Client Namespace