Show / Hide Table of Contents

Scp03KeyParameters Class

Namespace: Yubico.YubiKey.Scp Assembly: Yubico.YubiKey.dll

Represents the parameters for a Secure Channel Protocol 03 (SCP03) key.

C#
public sealed class Scp03KeyParameters : ScpKeyParameters
Inheritance object ScpKeyParameters Scp03KeyParameters

Constructors

Name Description
Scp03KeyParameters(byte, byte, StaticKeys)

Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key.

Scp03KeyParameters(KeyReference, StaticKeys)

Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key.

Properties

Name Description
DefaultKey

Gets the default SCP03 key parameters using the default key identifier and static keys.

StaticKeys

The static keys shared with the device when initiating the connection.

Methods

Name Description
Dispose()

This will clear all references and sensitive buffers

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.

In this article
Back to top Generated by DocFX