Freigeben über


SmartCardCryptogramGenerator.SupportedSmartCardCryptogramStorageKeyCapabilities Eigenschaft

Definition

Ruft die unterstützten Funktionen für smarte Karte Kryptogrammspeicher ab.

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)

Eigenschaftswert

Die unterstützten Smart Karte Kryptogrammspeicherschlüsselfunktionen.

Gilt für:

Weitere Informationen