Click or drag to resize

ICreditCardStore Interface

A service that allows working with CreditCard credit cards in the Chromium credit cards store.

Namespace:  DotNetBrowser.Card
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface ICreditCardStore

The ICreditCardStore type exposes the following members.

Properties
  NameDescription
Public propertyAll
Gets all records from the credit cards store.
Public propertyProfile
Gets the IProfile instance associated wit this ICreditCardStore.
Top
Methods
  NameDescription
Public methodClear
Clears all records in the store.
Public methodRemove
Removes the credit card from the store.
Top
See Also