Share via


DeviceAuthenticationLevel Enum

Definition

Enumerates the level of device authentication supported by the service.

public enum DeviceAuthenticationLevel
type DeviceAuthenticationLevel = 
Public Enum DeviceAuthenticationLevel
Inheritance
DeviceAuthenticationLevel

Fields

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.

Applies to