-api-id | -api-type |
---|---|
T:Windows.ApplicationModel.Wallet.WalletItemStore |
winrt class |
Caution
The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.
Defines a set of asynchronous actions and operations that manage the wallet items in the wallet database. These can be used to read the existing items, or to add and remove items.
Call the WalletManager.RequestStoreAsync method to obtain an instance of this class.
Most of the APIs for this class can be seen in example usages in the Quickstart: Using the APIs topic.
WalletManager.RequestStoreAsync, WalletItem, Quickstart: Using the APIs