Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SmartCardReader.FindAllCardsAsync Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Returns a list of info about all smart cards that are connected to the smart card reader.

public:
 virtual IAsyncOperation<IVectorView<SmartCard ^> ^> ^ FindAllCardsAsync() = FindAllCardsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<SmartCard>> FindAllCardsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<SmartCard>> FindAllCardsAsync();
function findAllCardsAsync()
Public Function FindAllCardsAsync () As IAsyncOperation(Of IReadOnlyList(Of SmartCard))

Returns

After the operation completes, returns the list of info about all smart cards that are connected to the smart card reader.

Attributes

Applies to

See also


Feedback

Was this page helpful?