Show / Hide Table of Contents

Create Method

Create(byte, byte)

Initializes a new instance of the KeyReference class.

C#
public static KeyReference Create(byte id, byte versionNumber)

Parameters

Type Name Description
byte id

The ID of the key (KID). Accepted values depend on the usage. See ScpKeyIds for a list of possible Key Id's.

byte versionNumber

The version number of the key (KVN). Must be between 1 and 127.

Returns

KeyReference

Remarks

See the GlobalPlatform Technology Card Specification v2.3 Amendment F ยง5.1 Cryptographic Keys for more information on the available KIDs.

In this article
Back to top Generated by DocFX