SmartCardCryptogramMaterialPossessionProof.Proof Property

Definition

Gets the result of the proof of possession operation. This field is only valid if the OperationStatus field is Success.

public:
 property IBuffer ^ Proof { IBuffer ^ get(); };
IBuffer Proof();
public IBuffer Proof { get; }
var iBuffer = smartCardCryptogramMaterialPossessionProof.proof;
Public ReadOnly Property Proof As IBuffer

Property Value

A buffer containing the result from a successful proof of possession operation.

Applies to

See also