Table of Contents

Class ArInfo

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Information on a single anonymity revoker held by the IP. Typically an IP will hold a more than one.

public sealed record ArInfo : IEquatable<ArInfo>
Inheritance
ArInfo
Implements
Inherited Members

Constructors

ArInfo(ArIdentity, Description, ArPublicKey)

Information on a single anonymity revoker held by the IP. Typically an IP will hold a more than one.

public ArInfo(ArIdentity ArIdentity, Description ArDescription, ArPublicKey ArPublicKey)

Parameters

ArIdentity ArIdentity

Unique identifier of the anonymity revoker

ArDescription Description

Description of the anonymity revoker (e.g. name, contact number)

ArPublicKey ArPublicKey

Elgamal encryption key of the anonymity revoker

Properties

ArDescription

Description of the anonymity revoker (e.g. name, contact number)

public Description ArDescription { get; init; }

Property Value

Description

ArIdentity

Unique identifier of the anonymity revoker

public ArIdentity ArIdentity { get; init; }

Property Value

ArIdentity

ArPublicKey

Elgamal encryption key of the anonymity revoker

public ArPublicKey ArPublicKey { get; init; }

Property Value

ArPublicKey