Freigeben über


DevicePairingProtectionLevel Enumeration

Definition

Die Schutzebene für die Kopplung.

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
Vererbung
DevicePairingProtectionLevel
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Default 0

Der Standardwert. Dies sollte nicht verwendet werden.

Encryption 2

Koppeln Sie das Gerät mithilfe der Verschlüsselung.

EncryptionAndAuthentication 3

Koppeln Sie das Gerät mithilfe von Verschlüsselung und Authentifizierung.

None 1

Koppeln Sie das Gerät ohne Schutzebenen.

Gilt für: