Show / Hide Table of Contents

KeyReference Class

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

Represents a reference to a cryptographic key stored on the YubiKey.

C#
public class KeyReference
Inheritance object KeyReference

Properties

Name Description
GetBytes

Returns a span of bytes that represent the key reference.

Id

The Key Id (KID) of the key.

VersionNumber

The Key Version Number (KVN) of the key.

Methods

Name Description
Create(byte, byte)

Initializes a new instance of the KeyReference class.

Equals(object?)
GetHashCode()
ToString()

Returns a string that represents the current object.

In this article
Back to top Generated by DocFX