AuthenticationTypes 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.
Possible authentication types
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AuthenticationTypes
[<System.Flags>]
type AuthenticationTypes =
Public Enum AuthenticationTypes
- Inheritance
-
AuthenticationTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Basic | 1 | |
Digest | 2 | |
Integrated | 4 | |
Ntlm | 8 | |
Kerberos | 16 |