KeyCredential.GetAttestationAsync Method

Definition

Gets an attestation for a key credential. Call this method after provisioning a key credential for the current user and application.

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)

Returns

When this method completes, it returns a key credential attestation result.

Attributes

Applies to