Condividi tramite


ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Metodo

Definizione

Inserisce il dispositivo in uno stato non autenticato.

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

Parametri

responseToken

Byte[]

byte[]

Buffer contenente il token di risposta generato dal token di sfida recuperato da una chiamata precedente al metodo RetrieveDeviceAuthenticationDataAsync .

Restituisce

Attributi

Commenti

Al termine dell'operazione, la proprietà IsDeviceAuthenticated viene modificata in false.

Si applica a