KeyCredential.GetAttestationAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取密钥凭据的证明。 为当前用户和应用程序预配密钥凭据后调用此方法。
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)
返回
此方法完成后,将返回密钥凭据证明结果。
- 属性