DevicePairingProtectionLevel 列舉

定義

配對的保護層級。

public enum class DevicePairingProtectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DevicePairingProtectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DevicePairingProtectionLevel
var value = Windows.Devices.Enumeration.DevicePairingProtectionLevel.default
Public Enum DevicePairingProtectionLevel
繼承
DevicePairingProtectionLevel
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

Default 0

預設值。 不應該使用此專案。

Encryption 2

使用加密來配對裝置。

EncryptionAndAuthentication 3

使用加密和驗證來配對裝置。

None 1

不使用保護層級來配對裝置。

適用於