Enum CoseAlgorithm
Definition
- Assembly:
- Tizen.Security.WebAuthn.dll
WebAuthn COSE (CBOR Object Signing and Encryption) algorithms.
public enum CoseAlgorithm
Remarks
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#sctn-alg-identifier
Fields
Name | Description |
---|---|
EcdsaP256WithSha256 | ES256 |
EcdsaP384WithSha384 | ES384 |
EcdsaP521WithSha512 | ES512 |
Eddsa | EdDSA |
RsaPssWithSha256 | PS256 |
RsaPssWithSha384 | PS384 |
RsaPssWithSha512 | PS512 |
RsaSsaPkcs1V1_5WithSha256 | RS256 |
RsaSsaPkcs1V1_5WithSha384 | RS384 |
RsaSsaPkcs1V1_5WithSha512 | RS512 |