SharePointAuthenticationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the SharePoint authentication mode.
public enum class SharePointAuthenticationMode
public enum SharePointAuthenticationMode
type SharePointAuthenticationMode =
Public Enum SharePointAuthenticationMode
- Inheritance
-
SharePointAuthenticationMode
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Authentication mode is unknown. |
Windows | 1 | The Windows authentication mode. |
Forms | 2 | The Forms authentication mode. |