Show / Hide Table of Contents

ResponseApdu Class

Namespace: Yubico.Core.Iso7816 Assembly: Yubico.Core.dll

Represents an ISO 7816 application response.

C#
public class ResponseApdu
Inheritance object ResponseApdu

Constructors

Name Description
ResponseApdu(byte[])

Initializes a new instance of the ResponseApdu class.

ResponseApdu(byte[], short)

Initializes a new instance of the ResponseApdu class.

Properties

Name Description
Data

Gets the data part of the response.

SW

The status word (two byte) code which represents the overall result of a CCID interaction. The most common value is 0x9000 which represents a successful result.

SW1

A convenience property accessor for the high byte of SW

SW2

A convenience property accessor for the low byte of SW

In this article
Back to top Generated by DocFX