SmartCardCryptogramMaterialPackageConfirmationResponseFormat Enum

Definition

Defines the format of the proof of possession returned when calling the TryProvePossessionOfCryptogramMaterialPackageAsync method.

public enum class SmartCardCryptogramMaterialPackageConfirmationResponseFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramMaterialPackageConfirmationResponseFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramMaterialPackageConfirmationResponseFormat
var value = Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat.none
Public Enum SmartCardCryptogramMaterialPackageConfirmationResponseFormat
Inheritance
SmartCardCryptogramMaterialPackageConfirmationResponseFormat
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v2.0)

Fields

None 0

No format specified.

VisaHmac 1

Visa hash-based message authentication code (HMAC) format.

Applies to

See also