KeyCredentialAttestationResult KeyCredentialAttestationResult KeyCredentialAttestationResult KeyCredentialAttestationResult Class

Definition

Represents the results of the KeyCredential.GetAttestationAsync method.

public : sealed class KeyCredentialAttestationResult : IKeyCredentialAttestationResultpublic sealed class KeyCredentialAttestationResult : IKeyCredentialAttestationResultPublic NotInheritable Class KeyCredentialAttestationResult Implements IKeyCredentialAttestationResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

AttestationBuffer AttestationBuffer AttestationBuffer AttestationBuffer

Gets the attestation information for the KeyCredential.

public : IBuffer AttestationBuffer { get; }public IBuffer AttestationBuffer { get; }Public ReadOnly Property AttestationBuffer As IBuffer// You can use this property in JavaScript.
Value
IBuffer IBuffer IBuffer IBuffer

The attestation information for the KeyCredential.

CertificateChainBuffer CertificateChainBuffer CertificateChainBuffer CertificateChainBuffer

Gets the chain of certificates used to verify the attestation.

public : IBuffer CertificateChainBuffer { get; }public IBuffer CertificateChainBuffer { get; }Public ReadOnly Property CertificateChainBuffer As IBuffer// You can use this property in JavaScript.
Value
IBuffer IBuffer IBuffer IBuffer

The chain of certificates used to verify the attestation.

Status Status Status Status

Gets the status of the key credential attestation.

public : KeyCredentialAttestationStatus Status { get; }public KeyCredentialAttestationStatus Status { get; }Public ReadOnly Property Status As KeyCredentialAttestationStatus// You can use this property in JavaScript.