KeyCredential.GetAttestationAsync 方法

定义

获取密钥凭据的证明。 为当前用户和应用程序预配密钥凭据后调用此方法。

public:
 virtual IAsyncOperation<KeyCredentialAttestationResult ^> ^ GetAttestationAsync() = GetAttestationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<KeyCredentialAttestationResult> GetAttestationAsync();
IAsyncOperation<KeyCredentialAttestationResult> GetAttestationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<KeyCredentialAttestationResult> GetAttestationAsync();
public IAsyncOperation<KeyCredentialAttestationResult> GetAttestationAsync();
function getAttestationAsync()
Public Function GetAttestationAsync () As IAsyncOperation(Of KeyCredentialAttestationResult)

返回

此方法完成后,将返回密钥凭据证明结果。

属性

适用于