Share via


KeyCredentialAttestationResult.CertificateChainBuffer Property

Definition

Gets the chain of certificates used to verify the attestation.

public:
 property IBuffer ^ CertificateChainBuffer { IBuffer ^ get(); };
IBuffer CertificateChainBuffer();
public IBuffer CertificateChainBuffer { get; }
var iBuffer = keyCredentialAttestationResult.certificateChainBuffer;
Public ReadOnly Property CertificateChainBuffer As IBuffer

Property Value

The chain of certificates used to verify the attestation.

Applies to