ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.