Show / Hide Table of Contents

U2fSignedData Class

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

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

C#
public abstract class U2fSignedData : U2fBuffer
Inheritance object U2fBuffer U2fSignedData
AuthenticationData
RegistrationData

Remarks

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

Constructors

Name Description
U2fSignedData(int, int, int, int)

Create an instance of U2fSignedData.

Properties

Name Description
Signature

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

In this article
Back to top Generated by DocFX