ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menempatkan perangkat ke dalam status tidak terautentikasi.
public:
virtual IAsyncAction ^ DeAuthenticateDeviceAsync(Platform::Array <byte> ^ responseToken) = DeAuthenticateDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeAuthenticateDeviceAsync(winrt::array_view <byte> const& responseToken);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeAuthenticateDeviceAsync(byte[] responseToken);
function deAuthenticateDeviceAsync(responseToken)
Public Function DeAuthenticateDeviceAsync (responseToken As Byte()) As IAsyncAction
Parameter
- responseToken
-
Byte[]
byte[]
Buffer yang berisi token respons yang dihasilkan dari token tantangan yang diambil dari panggilan sebelumnya ke metode RetrieveDeviceAuthenticationDataAsync .
Mengembalikan
- Atribut
Keterangan
Jika berhasil, properti IsDeviceAuthenticated berubah menjadi false.