|
Crescendo SDK
|
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.Extensions Class Reference
Represents the extensions data in the Authenticator Data structure (see https://www.w3.org/TR/webauthn-2/#authenticator-data for more details). More...
Public Member Functions |
|
| Extensions (byte[] extensionsData) | |
| Creates an AuthenticatorExtensions object from CBOR-encoded extension data. |
|
Properties |
|
| JToken | ExtensionPairs [get]
|
| Parsed extension key-value pairs as JToken (for easy access to individual extensions) |
|
| byte[] | RawExtensions [get]
|
| Raw CBOR-encoded extensions data, straight from the AuthenticatorData structure. |
|
Detailed Description
Represents the extensions data in the Authenticator Data structure (see https://www.w3.org/TR/webauthn-2/#authenticator-data for more details).