COSEAlgorithmIdentifier
Wisej.Ext.WebAuthn.COSEAlgorithmIdentifier
Last updated
Wisej.Ext.WebAuthn.COSEAlgorithmIdentifier
Last updated
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn (3.2.0.0)
Identifies a cryptographic algorithm.
href="https://www.w3.org/TR/webauthn-2/#typedefdef-cosealgorithmidentifier"
EdDSA
EdDSA algorithm.
ES256
ES256 algorithm.
ES384
ES384 algorithm.
ES512
ES512 algorithm.
RS256
RS256 algorithm.
The public key algorithm used.
Specifies the cryptographic signature algorithm with which the newly generated credential will be used, and thus also the type of asymmetric key pair to be generated, e.g., RSA or Elliptic Curve.