DeviceAuthenticationProtocol 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 device authentication protocol supported by the device.
public enum DeviceAuthenticationProtocol
type DeviceAuthenticationProtocol =
Public Enum DeviceAuthenticationProtocol
- Inheritance
-
DeviceAuthenticationProtocol
Fields
Name | Value | Description |
---|---|---|
None | 0 | The service does not support device authentication. |
ChallengeResponse | 1 | The service supports the challenge response protocol. |