Compartilhar via


ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Método

Definição

Coloca o dispositivo em um estado não 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[]

Um buffer que contém o token de resposta gerado do token de desafio recuperado de uma chamada anterior para o método RetrieveDeviceAuthenticationDataAsync .

Retornos

Atributos

Comentários

Quando bem-sucedida, a propriedade IsDeviceAuthenticated é alterada para false.

Aplica-se a