次の方法で共有


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)

プロパティ値

許可されるアルゴリズム。

適用対象