CreditCard.ProcessExternalAuthentication(Span<Byte>) Method

Definition

Process external authentication

public Iot.Device.Card.ErrorType ProcessExternalAuthentication (Span<byte> issuerAuthenticationData);
member this.ProcessExternalAuthentication : Span<byte> -> Iot.Device.Card.ErrorType
Public Function ProcessExternalAuthentication (issuerAuthenticationData As Span(Of Byte)) As ErrorType

Parameters

issuerAuthenticationData
Span<Byte>

The authentication data

Returns

The error status

Applies to