IdentityPasskeyOptions.VerifyAttestationStatement Property
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 or sets a function that verifies the attestation statement of a passkey.
public Func<Microsoft.AspNetCore.Identity.PasskeyAttestationStatementVerificationContext,System.Threading.Tasks.ValueTask<bool>>? VerifyAttestationStatement { get; set; }
member this.VerifyAttestationStatement : Func<Microsoft.AspNetCore.Identity.PasskeyAttestationStatementVerificationContext, System.Threading.Tasks.ValueTask<bool>> with get, set
Public Property VerifyAttestationStatement As Func(Of PasskeyAttestationStatementVerificationContext, ValueTask(Of Boolean))
Property Value
Remarks
This option only applies when creating a new passkey, and already-registered passkeys are not affected by it.
If left null, this function does not perform any verification and always returns true.