SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult
SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult
SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult
SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult
Class
Definition
This class contains information that is returned by GetAllCryptogramMaterialCharacteristicsAsync.
public : sealed class SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult : ISmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResultpublic sealed class SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult : ISmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResultPublic NotInheritable Class SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult Implements ISmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult// 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
SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult() SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult() SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult() SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult()
Creates an instance of SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult.
public : SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult()public SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult()Public Sub New()// You can use this method in JavaScript.
Properties
Characteristics Characteristics Characteristics Characteristics
Gets the characteristics.
public : IVectorView<SmartCardCryptogramMaterialCharacteristics> Characteristics { get; }public IReadOnlyList<SmartCardCryptogramMaterialCharacteristics> Characteristics { get; }Public ReadOnly Property Characteristics As IReadOnlyList<SmartCardCryptogramMaterialCharacteristics>// You can use this property in JavaScript.
- Value
- IVectorView<SmartCardCryptogramMaterialCharacteristics> IReadOnlyList<SmartCardCryptogramMaterialCharacteristics> IReadOnlyList<SmartCardCryptogramMaterialCharacteristics> IReadOnlyList<SmartCardCryptogramMaterialCharacteristics>
The characteristics.
OperationStatus OperationStatus OperationStatus OperationStatus
Gets the operation status of GetAllCryptogramMaterialCharacteristicsAsync operation.
public : SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }Public ReadOnly Property OperationStatus As SmartCardCryptogramGeneratorOperationStatus// You can use this property in JavaScript.