DeviceAuthenticationLevel 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 level of device authentication supported by the service.
public enum DeviceAuthenticationLevel
type DeviceAuthenticationLevel =
Public Enum DeviceAuthenticationLevel
- Inheritance
-
DeviceAuthenticationLevel
Fields
Name | Value | Description |
---|---|---|
NotSupported | 0 | The service does not support device authentication. |
Optional | 1 | The service supports device authentication, but does not require it. |
Required | 2 | The service requires device authentication. |