Class RelyingPartyEntity

Definition

Namespace:
Tizen.Security.WebAuthn
Assembly:
Tizen.Security.WebAuthn.dll

Relying Party entity.

C#
Copy
public class RelyingPartyEntity
Inheritance
object
RelyingPartyEntity
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#
Copy
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 Source

Id

Gets the ID of the Relying Party.

Declaration
C#
Copy
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

View Source

Name

Gets the name of the Relying Party.

Declaration
C#
Copy
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