SmartCardCryptogramStorageKeyCharacteristics SmartCardCryptogramStorageKeyCharacteristics SmartCardCryptogramStorageKeyCharacteristics SmartCardCryptogramStorageKeyCharacteristics Class

Definition

This class contains characteristics of storage keys.

public : sealed class SmartCardCryptogramStorageKeyCharacteristics : ISmartCardCryptogramStorageKeyCharacteristicspublic sealed class SmartCardCryptogramStorageKeyCharacteristics : ISmartCardCryptogramStorageKeyCharacteristicsPublic NotInheritable Class SmartCardCryptogramStorageKeyCharacteristics Implements ISmartCardCryptogramStorageKeyCharacteristics// 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

SmartCardCryptogramStorageKeyCharacteristics() SmartCardCryptogramStorageKeyCharacteristics() SmartCardCryptogramStorageKeyCharacteristics() SmartCardCryptogramStorageKeyCharacteristics()

Creates a new instance of SmartCardCryptogramStorageKeyCharacteristics.

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

Properties

Algorithm Algorithm Algorithm Algorithm

Gets the algorithm.

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

Capabilities Capabilities Capabilities Capabilities

Gets the capabilities.

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

DateCreated DateCreated DateCreated DateCreated

Gets the date this storage key was created.

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

The date this storage key was created.

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.