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 |
---|---|---|
System.Byte | id | The ID of the key (KID). Accepted values depend on the usage. See ScpKeyIds for a list of possible Key Id's. |
System.Byte | versionNumber | The version number of the key (KVN). Must be between 1 and 127. |
Returns
Remarks
See the GlobalPlatform Technology Card Specification v2.3 Amendment F §5.1 Cryptographic Keys for more information on the available KIDs.