ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Methode

Definition

Versetzt das Gerät in einen nicht authentifizierten Zustand.

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

Parameter

responseToken

Byte[]

byte[]

Ein Puffer mit dem Antworttoken, das aus dem Challenge-Token generiert wurde, das von einem vorherigen Aufruf der RetrieveDeviceAuthenticationDataAsync-Methode abgerufen wurde.

Gibt zurück

Attribute

Hinweise

Bei erfolgreicher Ausführung ändert sich die IsDeviceAuthenticated-Eigenschaft in false.

Gilt für: