Show / Hide Table of Contents

SmartCardDevice Class

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

Base class for Yubico.Core.Devices.SmartCard.DesktopSmartCardDevice.

C#
public abstract class SmartCardDevice : ISmartCardDevice, IDevice
Inheritance object SmartCardDevice
Implements
ISmartCardDevice
IDevice

Constructors

Name Description
SmartCardDevice(string, AnswerToReset?)

Constructs a SmartCardDevice with the specified properties.

Properties

Name Description
Atr

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

Kind

Gets the smart card's connection type.

LastAccessed

The time when this device was last accessed.

ParentDeviceId

A unique identifier corresponding to the parent USB composite device, if available.

Path

Gets the platform defined path to the device.

Methods

Name Description
Connect()

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

Create(string, AnswerToReset?)

Creates a new smart card device object.

GetSmartCardDevices()

Returns the set of smart card reader devices available to the system.

ToString()
In this article
Back to top Generated by DocFX