Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 631 Bytes

devicepairingprotectionlevel.md

File metadata and controls

33 lines (22 loc) · 631 Bytes
-api-id -api-type
T:Windows.Devices.Enumeration.DevicePairingProtectionLevel
winrt enum

DevicePairingProtectionLevel

-description

The level of protection for pairing.

-enum-fields

-field Default:0

The default value. This should not be used.

-field None:1

Pair the device using no levels of protection.

-field Encryption:2

Pair the device using encryption.

-field EncryptionAndAuthentication:3

Pair the device using encryption and authentication.

-remarks

-examples

-see-also