SmartCardCryptogramGenerator.SupportedSmartCardCryptogramStorageKeyCapabilities 属性

定义

获取支持的智能卡 cryptogram 存储密钥功能。

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

属性值

支持的智能卡加密语法存储密钥功能。

适用于

另请参阅