SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult.Characteristics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.