SecondaryAuthenticationFactorInfo.IsAuthenticationSupported 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. Vérifie si l’appareil complémentaire prend en charge un certain type de fonction d’authentification utilisateur.
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 bool IsAuthenticationSupported { bool get(); };
bool IsAuthenticationSupported();
/// [get: Windows.Foundation.Metadata.Deprecated("IsAuthenticationSupported is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
bool IsAuthenticationSupported();
public bool IsAuthenticationSupported { get; }
public bool IsAuthenticationSupported { [Windows.Foundation.Metadata.Deprecated("IsAuthenticationSupported 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 boolean = secondaryAuthenticationFactorInfo.isAuthenticationSupported;
Public ReadOnly Property IsAuthenticationSupported As Boolean
Valeur de propriété
bool
True si l’appareil prend en charge l’authentification, sinon false.
- 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)
|