次の方法で共有


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)

プロパティ値

サポートされているアルゴリズム。

適用対象

こちらもご覧ください