Table of Contents

Interface ISmartCardConnection

Namespace
Yubico.Core.Devices.SmartCard
Assembly
Yubico.Core.dll
public interface ISmartCardConnection

Methods

BeginTransaction(out bool)

IDisposable BeginTransaction(out bool cardWasReset)

Parameters

cardWasReset bool

Returns

IDisposable

Transmit(CommandApdu)

ResponseApdu Transmit(CommandApdu commandApdu)

Parameters

commandApdu CommandApdu

Returns

ResponseApdu