SmartCardCryptogramMaterialCharacteristics.AllowedAlgorithms 属性

定义

获取允许的算法。

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

属性值

允许的算法。

适用于