Crescendo SDK
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialRpEntity Class Reference

Represents a Relying Party (RP) entity for WebAuthn/FIDO2 operations. More...

Properties

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.
 

Detailed Description

Represents a Relying Party (RP) entity for WebAuthn/FIDO2 operations.

Property Documentation

◆ 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.