KeyCredentialAttestationResult.CertificateChainBuffer 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 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.