SmartCardCryptogramMaterialPackageCharacteristics SmartCardCryptogramMaterialPackageCharacteristics SmartCardCryptogramMaterialPackageCharacteristics SmartCardCryptogramMaterialPackageCharacteristics Class

Definition

This class contains characteristics of a cryptogram material package.

public : sealed class SmartCardCryptogramMaterialPackageCharacteristics : ISmartCardCryptogramMaterialPackageCharacteristicspublic sealed class SmartCardCryptogramMaterialPackageCharacteristics : ISmartCardCryptogramMaterialPackageCharacteristicsPublic NotInheritable Class SmartCardCryptogramMaterialPackageCharacteristics Implements ISmartCardCryptogramMaterialPackageCharacteristics// 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

SmartCardCryptogramMaterialPackageCharacteristics() SmartCardCryptogramMaterialPackageCharacteristics() SmartCardCryptogramMaterialPackageCharacteristics() SmartCardCryptogramMaterialPackageCharacteristics()

Creates a new instance of SmartCardCryptogramMaterialPackageCharacteristics.

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

Properties

DateImported DateImported DateImported DateImported

Gets the date that the material package was imported.

public : DateTime DateImported { get; }public DateTimeOffset DateImported { get; }Public ReadOnly Property DateImported As DateTimeOffset// You can use this property in JavaScript.
Value
DateTime DateTimeOffset DateTimeOffset DateTimeOffset

The date that the material package was imported.

PackageFormat PackageFormat PackageFormat PackageFormat

Gets the package format.

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

PackageName PackageName PackageName PackageName

Gets the package name.

public : PlatForm::String PackageName { get; }public string PackageName { get; }Public ReadOnly Property PackageName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The package name.

StorageKeyName StorageKeyName StorageKeyName StorageKeyName

Gets the storage key name.

public : PlatForm::String StorageKeyName { get; }public string StorageKeyName { get; }Public ReadOnly Property StorageKeyName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The storage key name.