Show / Hide Table of Contents

AutoEjectTimeout Property

AutoEjectTimeout

The CCID auto-eject timeout (in seconds). This field is only meaningful if touch eject is enabled (see TouchEjectEnabled).

C#
public int AutoEjectTimeout { get; set; }

Property Value

Type Description
int

Exceptions

Type Condition
ArgumentOutOfRangeException

Thrown by the setter when the value is out of the valid range.

Remarks

When setting, the value must be in the range ushort.MinValue through ushort.MaxValue. A value of 0 means that the timeout is disabled (the smart card will not be ejected automatically).

In this article
Back to top Generated by DocFX