Condividi tramite


SecondaryAuthenticationFactorRegistrationResult.Status Proprietà

Definizione

Ottiene lo stato del tentativo di registrazione.

Nota

Questa API non è disponibile per tutte le app. A meno che il provisioning dell'account sviluppatore non venga effettuato appositamente da Microsoft per usare la funzionalità secondaryAuthenticationFactor , le chiamate a questa API avranno esito negativo. Per richiedere l'approvazione, contattare cdfonboard@microsoft.com. Per altre informazioni sulle funzionalità, vedere Dichiarazioni di funzionalità delle app. Per una panoramica di Companion Device Framework, vedere panoramica di Sblocco di Windows con dispositivi complementari (IoT ).

public:
 property SecondaryAuthenticationFactorRegistrationStatus Status { SecondaryAuthenticationFactorRegistrationStatus get(); };
SecondaryAuthenticationFactorRegistrationStatus Status();
/// [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")]
SecondaryAuthenticationFactorRegistrationStatus Status();
public SecondaryAuthenticationFactorRegistrationStatus Status { get; }
public SecondaryAuthenticationFactorRegistrationStatus Status { [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 secondaryAuthenticationFactorRegistrationStatus = secondaryAuthenticationFactorRegistrationResult.status;
Public ReadOnly Property Status As SecondaryAuthenticationFactorRegistrationStatus

Valore della proprietà

Valore SecondaryAuthenticationFactorRegistrationStatus che descrive il risultato del tentativo di registrazione.

Attributi

Si applica a

Vedi anche