Class RelyingPartyEntity

    Definition

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

    Relying Party entity.

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

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX