Show / Hide Table of Contents

Interface ExternalAuthenticateHandler

Namespace: scmapi
Assembly: scmapi.dll
Syntax
public interface ExternalAuthenticateHandler

Methods

ComputeExternalAuthenticateHandler(Byte[], Byte[])

Computes cryptogram for external authenticate.

Declaration
byte[] ComputeExternalAuthenticateHandler(byte[] iccSerial, byte[] iccChallenge)
Parameters
Type Name Description
System.Byte[] iccSerial

the serial number of the card. 10 bytes are given for iccSerial but only the 8 last bytes should be used.

System.Byte[] iccChallenge

the 8-bytes random word given by the card.

Returns
Type Description
System.Byte[]

the cryptogram used for external authenticate.

Back to top Generated by DocFX