Enum PubkeyCredType
Definition
- Assembly:
- Tizen.Security.WebAuthn.dll
WebAuthn credential type. Currently one credential type is defined, namely "public-key".
public enum PubkeyCredType
Remarks
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialtype
Fields
Name | Description |
---|---|
PublicKey | Public-key. |