Skip to main content

COSEAlgorithmIdentifier

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

Identifies a cryptographic algorithm.

public enum COSEAlgorithmIdentifier : Enum

href="https://www.w3.org/TR/webauthn-2/#typedefdef-cosealgorithmidentifier"

Fields

NameDescription
EdDSAEdDSA algorithm.
ES256ES256 algorithm.
ES384ES384 algorithm.
ES512ES512 algorithm.
RS256RS256 algorithm.

Used By

NameDescription
PublicKey.AlgorithmThe public key algorithm used.
PublicKeyCredentialParameters.AlgSpecifies 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.