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