KeyCredential.GetAttestationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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