DevicePairingProtectionLevel
DevicePairingProtectionLevel
DevicePairingProtectionLevel
DevicePairingProtectionLevel
Enum
Definition
The level of protection for pairing.
public : enum class DevicePairingProtectionLevelpublic enum DevicePairingProtectionLevelPublic Enum DevicePairingProtectionLevel// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Default Default Default Default | The default value. This should not be used. |
| Encryption Encryption Encryption Encryption | Pair the device using encryption. |
| EncryptionAndAuthentication EncryptionAndAuthentication EncryptionAndAuthentication EncryptionAndAuthentication | Pair the device using encryption and authentication. |
| None None None None | Pair the device using no levels of protection. |