SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult.Characteristics Property

Definition

Gets the characteristics.

public:
 property IVectorView<SmartCardCryptogramStorageKeyCharacteristics ^> ^ Characteristics { IVectorView<SmartCardCryptogramStorageKeyCharacteristics ^> ^ get(); };
IVectorView<SmartCardCryptogramStorageKeyCharacteristics> Characteristics();
public IReadOnlyList<SmartCardCryptogramStorageKeyCharacteristics> Characteristics { get; }
var iVectorView = smartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult.characteristics;
Public ReadOnly Property Characteristics As IReadOnlyList(Of SmartCardCryptogramStorageKeyCharacteristics)

Property Value

The characteristics.

Applies to