PasskeyAttestationResult Class
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.
Represents the result of a passkey attestation operation.
public sealed class PasskeyAttestationResult
type PasskeyAttestationResult = class
Public NotInheritable Class PasskeyAttestationResult
- Inheritance
-
PasskeyAttestationResult
Properties
| Failure |
Gets the error that occurred during attestation. |
| Passkey |
Gets the passkey information collected during attestation when successful. |
| Succeeded |
Gets whether the attestation was successful. |
| UserEntity |
Gets the user entity associated with the passkey when successful. |
Methods
| Fail(PasskeyException) |
Creates a failed result for a passkey attestation operation. |
| Success(UserPasskeyInfo, PasskeyUserEntity) |
Creates a successful result for a passkey attestation operation. |