SmartCardCryptogramGenerator.SupportedSmartCardCryptogramStorageKeyCapabilities Property

Definition

Gets the supported smart card cryptogram storage key capabilities.

public:
 property IVectorView<SmartCardCryptogramStorageKeyCapabilities> ^ SupportedSmartCardCryptogramStorageKeyCapabilities { IVectorView<SmartCardCryptogramStorageKeyCapabilities> ^ get(); };
IVectorView<SmartCardCryptogramStorageKeyCapabilities> SupportedSmartCardCryptogramStorageKeyCapabilities();
public IReadOnlyList<SmartCardCryptogramStorageKeyCapabilities> SupportedSmartCardCryptogramStorageKeyCapabilities { get; }
var iVectorView = smartCardCryptogramGenerator.supportedSmartCardCryptogramStorageKeyCapabilities;
Public ReadOnly Property SupportedSmartCardCryptogramStorageKeyCapabilities As IReadOnlyList(Of SmartCardCryptogramStorageKeyCapabilities)

Property Value

The supported smart card cryptogram storage key capabilities.

Applies to

See also