DeviceInformationPairing.ProtectionLevel Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el nivel de protección usado para emparejar el dispositivo.
public:
property DevicePairingProtectionLevel ProtectionLevel { DevicePairingProtectionLevel get(); };
DevicePairingProtectionLevel ProtectionLevel();
public DevicePairingProtectionLevel ProtectionLevel { get; }
var devicePairingProtectionLevel = deviceInformationPairing.protectionLevel;
Public ReadOnly Property ProtectionLevel As DevicePairingProtectionLevel
Valor de propiedad
Nivel de protección.
Requisitos de Windows
Familia de dispositivos |
Windows 10 (se introdujo en la versión 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (se introdujo en la versión v2.0)
|