Partager via


SmartCardCryptogramGenerator.SupportedCryptogramAlgorithms Propriété

Définition

Obtenez les algorithmes de chiffrement pris en charge.

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

Valeur de propriété

Algorithmes pris en charge.

S’applique à

Voir aussi