Share via


KeyCredentialAttestationResult.AttestationBuffer Property

Definition

Gets the attestation information for the KeyCredential.

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

Property Value

The attestation information for the KeyCredential.

Applies to