Edit

Share via


CreditCard.GetChallenge(Span<Byte>) Method

Definition

Get a challenge to process authentication

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

Parameters

unpredictableNumber
Span<Byte>

the unpredictable number to be generated by the card, it should be 8 bytes

Returns

The error status

Applies to