SmartCardCryptogramMaterialPossessionProof.Proof Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.