Show / Hide Table of Contents

GetApplicationVersionCommand Class

Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dll

Get the version of the YubiHSM Auth application as a major, minor, and patch value.

C#
public sealed class GetApplicationVersionCommand : IYubiKeyCommand<GetApplicationVersionResponse>
Inheritance object GetApplicationVersionCommand
Implements
IYubiKeyCommand<GetApplicationVersionResponse>

Remarks

The associated response class is GetApplicationVersionResponse.

Constructors

Name Description
GetApplicationVersionCommand()

Constructs an instance of the GetApplicationVersionCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication to which this command belongs.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX