次の方法で共有


SmartCardCryptogramGenerator.SupportedCryptogramMaterialTypes プロパティ

定義

サポートされている暗号化グラムのマテリアルの種類を取得します。

public:
 property IVectorView<SmartCardCryptogramMaterialType> ^ SupportedCryptogramMaterialTypes { IVectorView<SmartCardCryptogramMaterialType> ^ get(); };
IVectorView<SmartCardCryptogramMaterialType> SupportedCryptogramMaterialTypes();
public IReadOnlyList<SmartCardCryptogramMaterialType> SupportedCryptogramMaterialTypes { get; }
var iVectorView = smartCardCryptogramGenerator.supportedCryptogramMaterialTypes;
Public ReadOnly Property SupportedCryptogramMaterialTypes As IReadOnlyList(Of SmartCardCryptogramMaterialType)

プロパティ値

サポートされている暗号化グラムの素材の種類。

適用対象

こちらもご覧ください