Table of Contents

Class OtpResponse

Namespace
Yubico.YubiKey.Otp.Commands
Assembly
Yubico.YubiKey.dll

Base class for all OTP responses. Use this class to represent the status of an OTP command, or one of its derived classes to retrieve the full response.

public class OtpResponse : YubiKeyResponse, IYubiKeyResponse
Inheritance
object
OtpResponse
Implements
Derived
Inherited Members

Constructors

OtpResponse(ResponseApdu)

public OtpResponse(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

See Also