DevicePairingProtectionLevel 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ペアリングの保護レベル。
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 | 保護レベルを使用せず、デバイスをペアリングします。 |