DeviceInformationPairing.TryRegisterForAllInboundPairingRequestsWithProtectionLevel Methode

Definition

Registriert die Anwendung, um alle eingehenden Kopplungsanforderungen mit dem angegebenen Mindestschutzniveau zu behandeln.

public:
 static bool TryRegisterForAllInboundPairingRequestsWithProtectionLevel(DevicePairingKinds pairingKindsSupported, DevicePairingProtectionLevel minProtectionLevel);
 static bool TryRegisterForAllInboundPairingRequestsWithProtectionLevel(DevicePairingKinds const& pairingKindsSupported, DevicePairingProtectionLevel const& minProtectionLevel);
public static bool TryRegisterForAllInboundPairingRequestsWithProtectionLevel(DevicePairingKinds pairingKindsSupported, DevicePairingProtectionLevel minProtectionLevel);
function tryRegisterForAllInboundPairingRequestsWithProtectionLevel(pairingKindsSupported, minProtectionLevel)
Public Shared Function TryRegisterForAllInboundPairingRequestsWithProtectionLevel (pairingKindsSupported As DevicePairingKinds, minProtectionLevel As DevicePairingProtectionLevel) As Boolean

Parameter

pairingKindsSupported
DevicePairingKinds

Die von Ihrer App unterstützten Kopplungstypen.

minProtectionLevel
DevicePairingProtectionLevel

Das erforderliche Mindestschutzniveau, das für die Kopplungsanforderungen akzeptiert werden soll.

Gibt zurück

Boolean

bool

Gibt an, ob der Versuch erfolgreich war.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)

Hinweise

Diese API funktioniert nur mit Windows 10 IoT Core (IoT Core)-Anwendungen.

Gilt für: