Table of Contents

Class ScpKeyParameters

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

Abstract base class for parameters for a Secure Channel Protocol (SCP) key.

public abstract class ScpKeyParameters
Inheritance
object
ScpKeyParameters
Derived

Constructors

ScpKeyParameters(KeyReference)

Creates a new instance of ScpKeyParameters.

protected ScpKeyParameters(KeyReference keyReference)

Parameters

keyReference KeyReference

Properties

KeyReference

The KeyReference associated with the key parameters, used in all SCP variations.

public KeyReference KeyReference { get; }

Property Value

KeyReference