U2fBufferCommand Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllThe base class for some U2F commands that use the U2fBuffer.
C#
public abstract class U2fBufferCommand : 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 |
---|---|
U2fBufferCommand(Byte, Int32, Int32, Int32) | Initialize the object to the given values. |
Properties
Name | Description |
---|---|
Application | The YubiKeyApplication to which this command belongs. |
Parameter1 | The P1 value to use in the APDU. |
Methods
Name | Description |
---|---|
CreateCommandApdu() | Create a U2F Command APDU using the info provided during the life of this object. |