Compartir a través de


ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Método

Definición

Coloca el dispositivo en un estado no autenticado.

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

Parámetros

responseToken

Byte[]

byte[]

Búfer que contiene el token de respuesta generado a partir del token de desafío recuperado de una llamada anterior al método RetrieveDeviceAuthenticationDataAsync .

Devoluciones

Atributos

Comentarios

Cuando se ejecuta correctamente, la propiedad IsDeviceAuthenticated cambia a false.

Se aplica a