ClaimedMagneticStripeReader.RetrieveDeviceAuthenticationDataAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスからチャレンジ トークンを取得します。
public:
virtual IAsyncOperation<IBuffer ^> ^ RetrieveDeviceAuthenticationDataAsync() = RetrieveDeviceAuthenticationDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IBuffer> RetrieveDeviceAuthenticationDataAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IBuffer> RetrieveDeviceAuthenticationDataAsync();
function retrieveDeviceAuthenticationDataAsync()
Public Function RetrieveDeviceAuthenticationDataAsync () As IAsyncOperation(Of IBuffer)
戻り値
デバイスからの結果のチャレンジ トークンを格納するために使用されるバッファー。
- 属性
例
IBuffer から文字列を取得する方法を示すコード例については、「IBuffer インターフェイス」を参照してください。
注釈
この方法は、認証をサポートするデバイスでのみ有効です。