SmartCardCryptogramGenerator.SupportedSmartCardCryptogramStorageKeyCapabilities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the supported smart card cryptogram storage key capabilities.
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)
Property Value
The supported smart card cryptogram storage key capabilities.