Share via


SecondaryAuthenticationFactorAuthentication.SessionNonce プロパティ

定義

セッション nonce を取得します。

注意

この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが 、secondaryAuthenticationFactor 機能を使用するように Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは失敗します。 承認を申請するには、 にお問い合わせください cdfonboard@microsoft.com。 機能の詳細については、「 アプリ機能の宣言」を参照してください。 コンパニオン デバイス フレームワークの概要については、「Windows Unlock with companion (IoT) devices overview 」を参照してください。

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

プロパティ値

セッション nonce。

属性

適用対象

こちらもご覧ください