GetApplicationVersionCommand Class
Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dllGet the version of the YubiHSM Auth application as a major, minor, and patch value.
C#
public sealed class GetApplicationVersionCommand : Object, IYubiKeyCommand<GetApplicationVersionResponse>
Inheritance
System.Object
GetApplicationVersionCommand
Implements
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. |