FIDO2 for ASP.NET is conformant to the WebAuthn and FIDO Alliance specifications. This document details the optional signing algorithms and attestation formats that the component supports.
Supported Signing Algorithms
- EdDSA (Ed25519)
- ES256
- ES256K
- ES384
- ES512
- PS256
- PS384
- PS512
- RS1
- RS256
- RS384
- RS512
Further signing algorithms can be supported by registering custom implementations of IFidoSignatureValidator
.
Supported Attestation Formats
- Packed
- U2F
- TPM
- Android SafetyNet
- None
Further attestation formats can be supported by registering custom implementations of IFidoAttestationStatementValidator
.