COSEAlgorithmIdentifier
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
Identifies a cryptographic algorithm.
- C#
- VB.NET
public enum COSEAlgorithmIdentifier : Enum
Public Enum COSEAlgorithmIdentifier As [Enum]
href="https://www.w3.org/TR/webauthn-2/#typedefdef-cosealgorithmidentifier"
Fields
| Name | Description |
|---|---|
| EdDSA | EdDSA algorithm. |
| ES256 | ES256 algorithm. |
| ES384 | ES384 algorithm. |
| ES512 | ES512 algorithm. |
| RS256 | RS256 algorithm. |
Used By
| Name | Description |
|---|---|
| PublicKey.Algorithm | The public key algorithm used. |
| PublicKeyCredentialParameters.Alg | 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. |