DevicePairingResult.ProtectionLevelUsed Property
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.
Gets the level of protection used to pair the device.
public:
property DevicePairingProtectionLevel ProtectionLevelUsed { DevicePairingProtectionLevel get(); };
DevicePairingProtectionLevel ProtectionLevelUsed();
public DevicePairingProtectionLevel ProtectionLevelUsed { get; }
var devicePairingProtectionLevel = devicePairingResult.protectionLevelUsed;
Public ReadOnly Property ProtectionLevelUsed As DevicePairingProtectionLevel
Property Value
The level of protection used when the device was paired.