SecondaryAuthenticationFactorInfo.PresenceMonitoringMode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Obtient le mode de surveillance de la présence du dispositif complémentaire (mécanisme par lequel l’appareil main vérifie la présence du dispositif complémentaire).
Notes
Cette API n’est pas disponible pour toutes les applications. Sauf si votre compte de développeur est spécialement configuré par Microsoft pour utiliser la fonctionnalité secondaryAuthenticationFactor , les appels à cette API échouent. Pour demander une approbation, contactez cdfonboard@microsoft.com. Pour plus d’informations sur les fonctionnalités, consultez Déclarations de fonctionnalités d’application. Pour obtenir une vue d’ensemble de l’infrastructure d’appareil complémentaire, consultez la vue d’ensemble du déverrouillage Windows avec des appareils complémentaires (IoT).
public:
property SecondaryAuthenticationFactorDevicePresenceMonitoringMode PresenceMonitoringMode { SecondaryAuthenticationFactorDevicePresenceMonitoringMode get(); };
SecondaryAuthenticationFactorDevicePresenceMonitoringMode PresenceMonitoringMode();
/// [get: Windows.Foundation.Metadata.Deprecated("PresenceMonitoringMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorDevicePresenceMonitoringMode PresenceMonitoringMode();
public SecondaryAuthenticationFactorDevicePresenceMonitoringMode PresenceMonitoringMode { get; }
public SecondaryAuthenticationFactorDevicePresenceMonitoringMode PresenceMonitoringMode { [Windows.Foundation.Metadata.Deprecated("PresenceMonitoringMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")] get; }
var secondaryAuthenticationFactorDevicePresenceMonitoringMode = secondaryAuthenticationFactorInfo.presenceMonitoringMode;
Public ReadOnly Property PresenceMonitoringMode As SecondaryAuthenticationFactorDevicePresenceMonitoringMode
Valeur de propriété
Valeur SecondaryAuthenticationFactorDevicePresenceMonitoringMode décrivant le mode d’analyse.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|