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 |
| System.Byte[] | iccChallenge | the 8-bytes random word given by the card. |
Returns
| Type | Description |
|---|---|
| System.Byte[] | the cryptogram used for external authenticate. |