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)

No code example is currently available or this language may not be supported.

Member nameDescription
DefaultRepresents the default authentication mode.
FormsAuthenticationRepresents ASP.NET forms authentication mode.
AnonymousRepresents anonymous authentication mode.
Show: