Share via


SmartCardCryptogramGenerator.SupportedCryptogramAlgorithms 属性

定义

获取支持的加密语法算法。

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)

属性值

支持的算法。

适用于

另请参阅