Scp03KeyParameters Constructor
Scp03KeyParameters(KeyReference, StaticKeys)
Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key.
C#
public Scp03KeyParameters(KeyReference keyReference, StaticKeys staticKeys)
Parameters
Type | Name | Description |
---|---|---|
KeyReference | keyReference | A reference to the key. |
StaticKeys | staticKeys | The static keys shared with the device when initiating the connection. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown if |
Scp03KeyParameters(Byte, Byte, StaticKeys)
Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key.
C#
public Scp03KeyParameters(byte keyId, byte keyVersionNumber, StaticKeys staticKeys)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | keyId | The ID of the key. Must be between 1 and 3 for SCP03. |
System.Byte | keyVersionNumber | The version number of the key. |
StaticKeys | staticKeys | The static keys shared with the device. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown if |