SecondaryAuthenticationFactorRegistrationResult.Registration プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
目的のコンパニオン デバイスの登録クラス インスタンスを取得します。
注意
この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが 、secondaryAuthenticationFactor 機能を使用するように Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは失敗します。 承認を申請するには、 にお問い合わせください cdfonboard@microsoft.com。 機能の詳細については、「 アプリ機能の宣言」を参照してください。 コンパニオン デバイス フレームワークの概要については、「Windows Unlock with companion (IoT) devices overview 」を参照してください。
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
プロパティ値
コンパニオン デバイスの登録を処理する SecondaryAuthenticationFactorRegistration インスタンス。
- 属性