Class RelyingPartyEntity
Definition
- Assembly:
- Tizen.Security.WebAuthn.dll
Relying Party entity.
C#Copypublic class RelyingPartyEntity
- Inheritance
-
objectRelyingPartyEntity
Remarks
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrpentity
Constructors
View Source
RelyingPartyEntity(string, string)
Initializes a new instance of the RelyingPartyEntity class.
Declaration
C#Copypublic RelyingPartyEntity(string name, string id)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the Relying Party. |
string | id | The ID of the Relying Party. |
Remarks
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrpentity
Properties
Declaration
C#Copypublic string Id { get; init; }
Property Value
Type | Description |
---|---|
string | The ID of the Relying Party. |
Remarks
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrpentity
Declaration
C#Copypublic string Name { get; init; }
Property Value
Type | Description |
---|---|
string | The name of the Relying Party. |
Remarks
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrpentity