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
ArIdentityUnique identifier of the anonymity revoker
ArDescription
DescriptionDescription of the anonymity revoker (e.g. name, contact number)
ArPublicKey
ArPublicKeyElgamal 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
ArIdentity
Unique identifier of the anonymity revoker
public ArIdentity ArIdentity { get; init; }
Property Value
ArPublicKey
Elgamal encryption key of the anonymity revoker
public ArPublicKey ArPublicKey { get; init; }