BeginTransaction Method
BeginTransaction(out Boolean)
Begins a transacted connection to the smart card.
C#
public IDisposable BeginTransaction(out bool cardWasReset)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | cardWasReset |
Returns
System.IDisposable
An IDisposable that represents the transaction.
Implements
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.