KeyCredentialAttestationResult 类

定义

表示 KeyCredential.GetAttestationAsync 方法的结果。

public ref class KeyCredentialAttestationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class KeyCredentialAttestationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class KeyCredentialAttestationResult
Public NotInheritable Class KeyCredentialAttestationResult
继承
Object Platform::Object IInspectable KeyCredentialAttestationResult
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

AttestationBuffer

获取 KeyCredential 的证明信息。

CertificateChainBuffer

获取用于验证证明的证书链。

Status

获取密钥凭据证明的状态。

适用于