Partager via


SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs.StageInfo Propriété

Définition

Obtient des informations sur la phase d’authentification.

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:
 property SecondaryAuthenticationFactorAuthenticationStageInfo ^ StageInfo { SecondaryAuthenticationFactorAuthenticationStageInfo ^ get(); };
SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo();
public SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo { get; }
public SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs 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 secondaryAuthenticationFactorAuthenticationStageInfo = secondaryAuthenticationFactorAuthenticationStageChangedEventArgs.stageInfo;
Public ReadOnly Property StageInfo As SecondaryAuthenticationFactorAuthenticationStageInfo

Valeur de propriété

Informations sur la phase d’authentification.

Attributs

S’applique à

Voir aussi