SmartCardCryptogramGenerator.SupportedCryptogramAlgorithms Property

Definition

Get the supported cryptogram algorithms.

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)

Property Value

The supported algorithms.

Applies to

See also