Partager via


SecondaryAuthenticationFactorDevicePresenceMonitoringMode Énumération

Définition

Action déconseillée. Contient des valeurs qui décrivent le type de connexion utilisé par le système pour surveiller la présence d’un appareil complémentaire (par exemple, un appareil portable).

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’appareils complémentaires, consultez la vue d’ensemble du déverrouillage Windows avec les appareils d’accompagnement (IoT).

public enum class SecondaryAuthenticationFactorDevicePresenceMonitoringMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class SecondaryAuthenticationFactorDevicePresenceMonitoringMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDevicePresenceMonitoringMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
enum class SecondaryAuthenticationFactorDevicePresenceMonitoringMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum SecondaryAuthenticationFactorDevicePresenceMonitoringMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDevicePresenceMonitoringMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
public enum SecondaryAuthenticationFactorDevicePresenceMonitoringMode
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorDevicePresenceMonitoringMode.unsupported
Public Enum SecondaryAuthenticationFactorDevicePresenceMonitoringMode
Héritage
SecondaryAuthenticationFactorDevicePresenceMonitoringMode
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)

Champs

AppManaged 1

Le système utilise une application qui correspond à l’appareil complémentaire pour surveiller sa présence.

SystemManaged 2

Le système utilise le protocole Bluetooth de classe pour surveiller la présence de l’appareil complémentaire.

Unsupported 0

La surveillance de la présence des appareils n’est pas prise en charge.

Remarques

Un appareil complémentaire doit spécifier cette valeur lors de l’inscription à la surveillance de présence. Si l’appareil complémentaire s’est inscrit uniquement pour l’authentification secondaire et non pour la surveillance de la présence, sa valeur secondaireAuthenticationFactorInfo correspondante affiche la valeur par défaut non prise en charge.

S’applique à