Table of Contents

Class U2fSignedData

Namespace
Yubico.YubiKey.U2f
Assembly
Yubico.YubiKey.dll

This is a base class for those classes that need to verify.

public abstract class U2fSignedData : U2fBuffer
Inheritance
object
U2fSignedData
Derived
Inherited Members

Remarks

Only the SDK will ever need to create subclasses, there is no reason for any other application to do so.

Constructors

U2fSignedData(int, int, int, int)

Create an instance of U2fSignedData.

protected U2fSignedData(int bufferLength, int appIdOffset, int clientDataOffset, int signatureOffset)

Parameters

bufferLength int
appIdOffset int
clientDataOffset int
signatureOffset int

Properties

Signature

The signature created by the YubiKey. This is the BER encoding version of the signature.

public ReadOnlyMemory<byte> Signature { get; set; }

Property Value

ReadOnlyMemory<byte>