Share via


SmartCardCryptogramStorageKeyInfo.Attestation Property

Definition

Gets the attestation.

public:
 property IBuffer ^ Attestation { IBuffer ^ get(); };
IBuffer Attestation();
public IBuffer Attestation { get; }
var iBuffer = smartCardCryptogramStorageKeyInfo.attestation;
Public ReadOnly Property Attestation As IBuffer

Property Value

A buffer containing the attestation.

Applies to

See also