Share via


SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult.Characteristics Property

Definition

Gets the characteristics.

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

Property Value

The characteristics.

Applies to