Partager via


ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Méthode

Définition

Place l’appareil dans un état non authentifié.

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

Paramètres

responseToken

Byte[]

byte[]

Mémoire tampon contenant le jeton de réponse généré à partir du jeton de défi récupéré à partir d’un appel précédent à la méthode RetrieveDeviceAuthenticationDataAsync .

Retours

Attributs

Remarques

En cas de réussite, la propriété IsDeviceAuthenticated passe à false.

S’applique à