Click or drag to resize

AuthenticationMode Enumeration

Authentication type used for connecting to the site collection.

Namespace:  GenerateVisioSvg
Assembly:  GenerateVisioSvg (in GenerateVisioSvg.dll) Version: 1.2.3.0 (1.2.3.0)
Syntax
C#
public enum AuthenticationMode
Members
  Member nameValueDescription
Default0 Integrated Windows authentication supporting NTLM and Kerberos (like DOMAIN\Username).
SharePointOnline1 Microsoft SharePoint Online (Office 365) authentication.
Anonymous2 Anonymous authentication.
Forms3 ASP.NET forms authentication.
Claims4 Claims authentication (AD FS / SAML-token).
See Also