U2fSignedData Class
Namespace: Yubico.YubiKey.U2f Assembly: Yubico.YubiKey.dllThis is a base class for those classes that need to verify.
C#
public abstract class U2fSignedData : U2fBuffer
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(Int32, Int32, Int32, Int32) | Create an instance of |
Properties
Name | Description |
---|---|
Signature | The signature created by the YubiKey. This is the BER encoding version of the signature. |