Table of Contents

Class CredentialRegistrationId

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

A registration ID of a credential. This ID is generated from the user's PRF key and a sequential counter. CredentialRegistrationIDs generated from the same PRF key, but different counter values cannot easily be linked together.

public sealed record CredentialRegistrationId : IAccountIdentifier, IEquatable<CredentialRegistrationId>
Inheritance
CredentialRegistrationId
Implements
Inherited Members

Constructors

CredentialRegistrationId(byte[])

A registration ID of a credential. This ID is generated from the user's PRF key and a sequential counter. CredentialRegistrationIDs generated from the same PRF key, but different counter values cannot easily be linked together.

public CredentialRegistrationId(byte[] Id)

Parameters

Id byte[]

Properties

Id

public byte[] Id { get; init; }

Property Value

byte[]

Methods

ToAccountIdentifierInput()

Converts type to account identifier input type.

public AccountIdentifierInput ToAccountIdentifierInput()

Returns

AccountIdentifierInput

ToHexString()

Return hex string representation.

public string ToHexString()

Returns

string