Searches for the first match.

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

Public Function Find( _ 
ByVal nTag As Integer, _ 
ByVal fRecurse As Boolean
) As CardDataObject
This language is not supported or no code example is available.
public CardDataObject Find( 
int nTag
bool fRecurse 
)
This language is not supported or no code example is available.
public:  
CardDataObject^ Find( 
int nTag
bool fRecurse 
)
This language is not supported or no code example is available.
public function Find( 
nTag : int
fRecurse : boolean 
) : CardDataObject;
This language is not supported or no code example is available.

Parameters

nTag
Type: int

Complete tag. This must not be the special zero tag. This must be in the range from 1 through 16777215 (0xFFFFFF). If the data object shall be encoded using SIMPLE-TLV encoding rules, then the tag must be in the range from 1 through 254.

fRecurse
Type: bool

True to process recursively, false to process locally only.

Return Value

Type: CardDataObject

A CardDataObject.

Marc, 9/29/2022.

.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