SmartCardCryptogramMaterialPossessionProof
SmartCardCryptogramMaterialPossessionProof
SmartCardCryptogramMaterialPossessionProof
SmartCardCryptogramMaterialPossessionProof
Class
Definition
Contains the result of calling TryProvePossessionOfCryptogramMaterialPackageAsync with a challenge token to prove that the device possesses the identified cryptogram material.
public : sealed class SmartCardCryptogramMaterialPossessionProof : ISmartCardCryptogramMaterialPossessionProofpublic sealed class SmartCardCryptogramMaterialPossessionProof : ISmartCardCryptogramMaterialPossessionProofPublic NotInheritable Class SmartCardCryptogramMaterialPossessionProof Implements ISmartCardCryptogramMaterialPossessionProof// 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
OperationStatus OperationStatus OperationStatus OperationStatus
Gets or sets the operation status of the proof operation.
public : SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; }Public ReadOnly Property OperationStatus As SmartCardCryptogramGeneratorOperationStatus// You can use this property in JavaScript.
- Value
- SmartCardCryptogramGeneratorOperationStatus SmartCardCryptogramGeneratorOperationStatus SmartCardCryptogramGeneratorOperationStatus SmartCardCryptogramGeneratorOperationStatus
The operation status.
- See Also
Proof Proof Proof Proof
Gets the result of the proof of possession operation. This field is only valid if the OperationStatus field is Success.
public : IBuffer Proof { get; }public IBuffer Proof { get; }Public ReadOnly Property Proof As IBuffer// You can use this property in JavaScript.
A buffer containing the result from a successful proof of possession operation.
- See Also