Share via


KeyCredentialManager.RenewAttestationAsync Method

Definition

Renews an attestation for a key credential.

public:
 static IAsyncAction ^ RenewAttestationAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction RenewAttestationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction RenewAttestationAsync();
function renewAttestationAsync()
Public Shared Function RenewAttestationAsync () As IAsyncAction

Returns

This method does not return a value.

Attributes

Remarks

The RenewAttestationAsync method renews the attestation for an existing key credential. This ensures that the attestation remains valid and up-to-date.

Attestation Renewal

The renewed attestation includes updated metadata and a refreshed certificate chain. This can be used to verify the key's authenticity and properties.

Applies to