Show / Hide Table of Contents

FromStaticKeys Method

FromStaticKeys(StaticKeys)

Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key, using the standard SCP03 key identifier and the given static keys.

C#
public static Scp03KeyParameters FromStaticKeys(StaticKeys staticKeys)

Parameters

Type Name Description
StaticKeys staticKeys

The static keys shared with the device.

Returns

Scp03KeyParameters

An instance of Scp03KeyParameters with key ID 0x03 and version number 0x01.

In this article
Back to top Generated by DocFX