Starts CardTerminalManager.

Namespace: CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)

Public Function Startup( _ 
ByVal fAutoRegisterPcSc As Boolean, _ 
Optional ByVal licensePath As String = "" _ 
) As Integer
This language is not supported or no code example is available.
public int Startup( 
bool fAutoRegisterPcSc
string licensePath = "" 
)
This language is not supported or no code example is available.
public:  
int Startup( 
bool fAutoRegisterPcSc
String^ licensePath 
)
This language is not supported or no code example is available.
public function Startup( 
fAutoRegisterPcSc : boolean
licensePath : String 
) : int;
This language is not supported or no code example is available.

Parameters

fAutoRegisterPcSc
Type: bool

true: registers all readers currently available via PCSC; false: request to monitor only readers listed in registry file.

licensePath
Type: string

location of the license file. Default: current working directory

Return Value

Type: int

The number of connected card readers.

Simply calls Startup passing false for the fLocalUser parameter.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0