SecondaryAuthenticationFactorRegistrationResult.Registration 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.
Obtient la classe d’inscription instance pour le dispositif complémentaire prévu.
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 SecondaryAuthenticationFactorRegistration ^ Registration { SecondaryAuthenticationFactorRegistration ^ get(); };
SecondaryAuthenticationFactorRegistration Registration();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistrationResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorRegistration Registration();
public SecondaryAuthenticationFactorRegistration Registration { get; }
public SecondaryAuthenticationFactorRegistration Registration { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistrationResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var secondaryAuthenticationFactorRegistration = secondaryAuthenticationFactorRegistrationResult.registration;
Public ReadOnly Property Registration As SecondaryAuthenticationFactorRegistration
Valeur de propriété
Un SecondaryAuthenticationFactorRegistration instance qui gère l’inscription d’un appareil complémentaire.
- Attributs