ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.