SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult
SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult
SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult
SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult
Class
Definition
This class contains information that is returned by GetAllCryptogramStorageKeyCharacteristicsAsync.
public : sealed class SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult : ISmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResultpublic sealed class SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult : ISmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResultPublic NotInheritable Class SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult Implements ISmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v4)
|
Constructors
SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult() SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult() SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult() SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult()
Creates a new instance of SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult.
public : SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult()public SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult()Public Sub New()// You can use this method in JavaScript.
Properties
Characteristics Characteristics Characteristics Characteristics
Gets the characteristics.
public : IVectorView<SmartCardCryptogramStorageKeyCharacteristics> Characteristics { get; }public IReadOnlyList<SmartCardCryptogramStorageKeyCharacteristics> Characteristics { get; }Public ReadOnly Property Characteristics As IReadOnlyList<SmartCardCryptogramStorageKeyCharacteristics>// You can use this property in JavaScript.
- Value
- IVectorView<SmartCardCryptogramStorageKeyCharacteristics> IReadOnlyList<SmartCardCryptogramStorageKeyCharacteristics> IReadOnlyList<SmartCardCryptogramStorageKeyCharacteristics> IReadOnlyList<SmartCardCryptogramStorageKeyCharacteristics>
The characteristics.
OperationStatus OperationStatus OperationStatus OperationStatus
Gets the operation status of GetAllCryptogramStorageKeyCharacteristicsAsync.
public : SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }Public ReadOnly Property OperationStatus As SmartCardCryptogramGeneratorOperationStatus// You can use this property in JavaScript.