Partager via


SecondaryAuthenticationFactorRegistrationResult.Registration Propriété

Définition

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

S’applique à

Voir aussi