Table of Contents

Class IpCdiVerifyKey

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

Ed25519 public key of the identity provider.

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

Constructors

IpCdiVerifyKey(byte[])

Ed25519 public key of the identity provider.

public IpCdiVerifyKey(byte[] Key)

Parameters

Key byte[]

Properties

Key

public byte[] Key { get; init; }

Property Value

byte[]