SmartCardCryptogramStorageKeyInfo SmartCardCryptogramStorageKeyInfo SmartCardCryptogramStorageKeyInfo SmartCardCryptogramStorageKeyInfo Class

Definition

Contains information about the storage key so that apps can register and certify the key information with their service.

public : sealed class SmartCardCryptogramStorageKeyInfo : ISmartCardCryptogramStorageKeyInfo, ISmartCardCryptogramStorageKeyInfo2public sealed class SmartCardCryptogramStorageKeyInfo : ISmartCardCryptogramStorageKeyInfo, ISmartCardCryptogramStorageKeyInfo2Public NotInheritable Class SmartCardCryptogramStorageKeyInfo Implements ISmartCardCryptogramStorageKeyInfo, ISmartCardCryptogramStorageKeyInfo2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)

Properties

Attestation Attestation Attestation Attestation

Gets the attestation.

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

A buffer containing the attestation.

See Also

AttestationCertificateChain AttestationCertificateChain AttestationCertificateChain AttestationCertificateChain

Gets the attestation certificate chain.

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

A buffer containing the attestation certificate chain.

See Also

AttestationStatus AttestationStatus AttestationStatus AttestationStatus

Gets the attestation status.

public : SmartCardCryptographicKeyAttestationStatus AttestationStatus { get; }public SmartCardCryptographicKeyAttestationStatus AttestationStatus { get; }Public ReadOnly Property AttestationStatus As SmartCardCryptographicKeyAttestationStatus// You can use this property in JavaScript.
See Also

Capabilities Capabilities Capabilities Capabilities

Gets the cryptogram storage key capabilities.

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

OperationalRequirements OperationalRequirements OperationalRequirements OperationalRequirements

Gets the operational requirements of the storage key.

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

The operational requirements.

Additional features and requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.14393.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v3)

OperationStatus OperationStatus OperationStatus OperationStatus

Gets the operation status.

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

PublicKey PublicKey PublicKey PublicKey

Gets the public key.

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

A buffer containing the public key in the format specified when calling RequestCryptogramMaterialStorageKeyInfoAsync.

See Also

PublicKeyBlobType PublicKeyBlobType PublicKeyBlobType PublicKeyBlobType

Gets the type of the public key object. This value reflects the public key blob type requested in the RequestCryptogramMaterialStorageKeyInfoAsync method.

public : CryptographicPublicKeyBlobType PublicKeyBlobType { get; }public CryptographicPublicKeyBlobType PublicKeyBlobType { get; }Public ReadOnly Property PublicKeyBlobType As CryptographicPublicKeyBlobType// You can use this property in JavaScript.
See Also

See Also