Show / Hide Table of Contents

BeginTransaction Method

BeginTransaction(out bool)

Begins a transacted connection to the smart card.

C#
public IDisposable BeginTransaction(out bool cardWasReset)

Parameters

Type Name Description
bool cardWasReset

Returns

IDisposable

An IDisposable that represents the transaction.

Implements

ISmartCardConnection.BeginTransaction(out bool)

Exceptions

Type Condition
SCardException

Thrown when the underlying platform smart card subsystem encounters an error.

Remarks

This method has no effect on platforms which do not support transactions.

In this article
Back to top Generated by DocFX