Represents a Relying Party (RP) entity for WebAuthn/FIDO2 operations.
More...
|
string? | IconURL [get, set] |
| URL pointing to RP's icon/image. Optional parameter. Should resolve to a registered MIME type image resource.
|
|
string | Id = string.Empty [get, set] |
| The RP's domain identifier. Required parameter. Must be a registrable domain suffix of the RP's origin. Matches the RP ID used in credential scoping.
|
|
string? | Name [get, set] |
| Human-readable name for the Relying Party. Optional parameter. Recommended for user interface display purposes.
|
|
Represents a Relying Party (RP) entity for WebAuthn/FIDO2 operations.
◆ IconURL
string? CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialRpEntity.IconURL |
|
getset |
URL pointing to RP's icon/image. Optional parameter. Should resolve to a registered MIME type image resource.
◆ Id
string CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialRpEntity.Id = string.Empty |
|
getset |
The RP's domain identifier. Required parameter. Must be a registrable domain suffix of the RP's origin. Matches the RP ID used in credential scoping.
◆ Name
string? CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialRpEntity.Name |
|
getset |
Human-readable name for the Relying Party. Optional parameter. Recommended for user interface display purposes.