ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Puts the device into an unauthenticated state.
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
Parameters
- responseToken
-
Byte[]
byte[]
A buffer containing the response token generated from the challenge token retrieved from a previous call to the RetrieveDeviceAuthenticationDataAsync method.
Returns
- Attributes
Remarks
When successful, the IsDeviceAuthenticated property changes to false.