AuthenticationType 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.
Defines the modes of authentication.
public enum class AuthenticationType
public enum AuthenticationType
type AuthenticationType =
Public Enum AuthenticationType
- Inheritance
-
AuthenticationType
Fields
Federation | 5 | Specifies federated authentication. |
Forms | 3 | Specifies ASP.NET forms-based authentication as the authentication mode. (Value = 3) |
None | 0 | Specifies no authentication. (Value = 0) |
Passport | 2 | Specifies Microsoft Passport as the authentication mode. This authentication mode is not supported out-of-the box. (Value = 2) |
SharePointTrustedUser | 4 | Specifies SharePoint trusted user as the authentication mode. (Value = 4) |
Windows | 1 | Specifies Windows as the authentication mode. This mode applies when using Basic, NTLM, or Negotiate. |