次の方法で共有


ClaimedMagneticStripeReader.RetrieveDeviceAuthenticationDataAsync メソッド

定義

デバイスからチャレンジ トークンを取得します。

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 インターフェイス」を参照してください。

注釈

この方法は、認証をサポートするデバイスでのみ有効です。

適用対象