Partager via


SmartCardCryptogramGenerator.SupportedCryptogramMaterialTypes Propriété

Définition

Obtient les types de matériaux de cryptogramme pris en charge.

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

Valeur de propriété

Types de matériaux de cryptogramme pris en charge.

S’applique à

Voir aussi