ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.