SmartCardCryptogramStorageKeyInfo.AttestationCertificateChain Property

Definition

Gets the attestation certificate chain.

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

Property Value

A buffer containing the attestation certificate chain.

Applies to

See also