Represents a user account for WebAuthn/FIDO2 credential operations.
More...
|
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 = Array.Empty<byte>() [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.
|
|
Represents a user account for WebAuthn/FIDO2 credential operations.
◆ DisplayName
string? CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialUserEntity.DisplayName |
|
getset |
User's display name. Optional parameter (nullable). Should be human-readable. Note: WebAuthn spec defines this as required, but nullable for compatibility.
◆ IconURL
string? CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialUserEntity.IconURL |
|
getset |
URL pointing to user's icon/image. Optional parameter. Should resolve to a registered MIME type image resource.
◆ Id
byte [] CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialUserEntity.Id = Array.Empty<byte>() |
|
getset |
Unique identifier for the user account. Required parameter. Should be unique per Relying Party. Maximum 64 bytes per WebAuthn recommendations.
◆ Name
string? CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialUserEntity.Name |
|
getset |
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.