SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult Class

Definition

This class contains information that is returned by GetAllCryptogramMaterialPackageCharacteristicsAsync.

public : sealed class SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult : ISmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResultpublic sealed class SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult : ISmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResultPublic NotInheritable Class SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult Implements ISmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult// 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

SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult() SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult() SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult() SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult()

Creates an instance of SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult.

public : SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult()public SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult()Public Sub New()// You can use this method in JavaScript.

Properties

Characteristics Characteristics Characteristics Characteristics

Gets the characteristics.

public : IVectorView<SmartCardCryptogramMaterialPackageCharacteristics> Characteristics { get; }public IReadOnlyList<SmartCardCryptogramMaterialPackageCharacteristics> Characteristics { get; }Public ReadOnly Property Characteristics As IReadOnlyList<SmartCardCryptogramMaterialPackageCharacteristics>// You can use this property in JavaScript.
Value
IVectorView<SmartCardCryptogramMaterialPackageCharacteristics> IReadOnlyList<SmartCardCryptogramMaterialPackageCharacteristics> IReadOnlyList<SmartCardCryptogramMaterialPackageCharacteristics> IReadOnlyList<SmartCardCryptogramMaterialPackageCharacteristics>

The characteristics.

OperationStatus OperationStatus OperationStatus OperationStatus

Gets the operation status of GetAllCryptogramMaterialPackageCharacteristicsAsync.

public : SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }Public ReadOnly Property OperationStatus As SmartCardCryptogramGeneratorOperationStatus// You can use this property in JavaScript.