Freigeben über


SmartCardCryptogramGenerator.SupportedCryptogramAlgorithms Eigenschaft

Definition

Rufen Sie die unterstützten Kryptogrammalgorithmen ab.

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)

Eigenschaftswert

Die unterstützten Algorithmen.

Gilt für:

Weitere Informationen