Class RelyingPartyEntity
Definition
- Assembly:
- Tizen.Security.WebAuthn.dll
Relying Party entity.
public 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 SourceRelyingPartyEntity(string, string)
Initializes a new instance of the RelyingPartyEntity class.
Declaration
public 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
View SourceId
Gets the ID of the Relying Party.
Declaration
public 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
Name
Gets the name of the Relying Party.
Declaration
public 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