|
Crescendo SDK
|
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialUserEntity Class Reference
Represents a user account for WebAuthn/FIDO2 credential operations. More...
Properties |
|
| string? | DisplayName [get, set]
|
| User's display name. Optional parameter (nullable). Should be human-readable. Note: WebAuthn spec defines this as required, but nullable for compatibility. |
|
| string? | IconURL [get, set]
|
| URL pointing to user's icon/image. Optional parameter. Should resolve to a registered MIME type image resource. |
|
| byte[] | Id = [] [get, set] |
| Unique identifier for the user account. Required parameter. Should be unique per Relying Party. Maximum 64 bytes per WebAuthn recommendations. |
|
| string? | Name [get, set]
|
| Name/identifier for the user account. Optional parameter (nullable). Recommended to be human-readable. Note: WebAuthn spec defines this as required, but nullable for compatibility. |
|
Detailed Description
Represents a user account for WebAuthn/FIDO2 credential operations.