Table of Contents

Interface ISmartCardDevice

Namespace
Yubico.Core.Devices.SmartCard
Assembly
Yubico.Core.dll

Represents an ISO 7816 compliant smart card, visible either through CCID or NFC.

public interface ISmartCardDevice : IDevice
Inherited Members

Properties

Atr

The "answer to reset" (ATR) for the smart card.

AnswerToReset? Atr { get; }

Property Value

AnswerToReset

The ATR.

Remarks

The ATR for a smart card can act as an identifier for the type of card that is inserted.

Kind

Gets the smart card's connection type.

SmartCardConnectionKind Kind { get; }

Property Value

SmartCardConnectionKind

Methods

Connect()

Establishes an active connection to the smart card for the transmittal of data.

ISmartCardConnection Connect()

Returns

ISmartCardConnection