Show / Hide Table of Contents

GetApplicationVersionResponse Class

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

The response to the GetApplicationVersionCommand command, containing the version of the YubiHSM Auth application as a major, minor, and patch value.

C#
public class GetApplicationVersionResponse : BaseYubiHsmAuthResponse, IYubiKeyResponseWithData<ApplicationVersion>, IYubiKeyResponse
Inheritance object YubiKeyResponse BaseYubiHsmAuthResponse GetApplicationVersionResponse
Implements
IYubiKeyResponseWithData<ApplicationVersion>
IYubiKeyResponse

Constructors

Name Description
GetApplicationVersionResponse(ResponseApdu)

Methods

Name Description
GetData()

Gets the data from the YubiKey response.

In this article
Back to top Generated by DocFX