Share via


PasskeyAttestationResult.Success(UserPasskeyInfo, PasskeyUserEntity) Method

Definition

Creates a successful result for a passkey attestation operation.

public static Microsoft.AspNetCore.Identity.PasskeyAttestationResult Success(Microsoft.AspNetCore.Identity.UserPasskeyInfo passkey, Microsoft.AspNetCore.Identity.PasskeyUserEntity userEntity);
static member Success : Microsoft.AspNetCore.Identity.UserPasskeyInfo * Microsoft.AspNetCore.Identity.PasskeyUserEntity -> Microsoft.AspNetCore.Identity.PasskeyAttestationResult
Public Shared Function Success (passkey As UserPasskeyInfo, userEntity As PasskeyUserEntity) As PasskeyAttestationResult

Parameters

passkey
UserPasskeyInfo

The passkey information associated with the attestation.

userEntity
PasskeyUserEntity

The user entity associated with the attestation.

Returns

A PasskeyAttestationResult instance representing a successful attestation.

Applies to