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

保護レベルを使用せず、デバイスをペアリングします。

適用対象