| 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 public enum AuthenticationMode
Members
| Member name | Value | Description |
---|
| Default | 0 |
Integrated Windows authentication supporting NTLM and Kerberos (like DOMAIN\Username).
|
| SharePointOnline | 1 |
Microsoft SharePoint Online (Office 365) authentication.
|
| Anonymous | 2 |
Anonymous authentication.
|
| Forms | 3 |
ASP.NET forms authentication.
|
| Claims | 4 |
Claims authentication (AD FS / SAML-token).
|
See Also