COSEAlgorithmIdentifier

Wisej.Ext.WebAuthn.COSEAlgorithmIdentifier

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

Identifies a cryptographic algorithm.

public enum COSEAlgorithmIdentifier : Enum

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

Fields

NameDescription

EdDSA

EdDSA algorithm.

ES256

ES256 algorithm.

ES384

ES384 algorithm.

ES512

ES512 algorithm.

RS256

RS256 algorithm.

Used By

NameDescription

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.

Last updated