Table of Contents

Class IpInfo

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

Public information about an identity provider.

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

Constructors

IpInfo(IpIdentity, Description, IpVerifyKey, IpCdiVerifyKey)

Public information about an identity provider.

public IpInfo(IpIdentity IpIdentity, Description Description, IpVerifyKey IpVerifyKey, IpCdiVerifyKey IpCdiVerifyKey)

Parameters

IpIdentity IpIdentity

Unique identifier of the identity provider.

Description Description

Free form description, e.g., how to contact them off-chain

IpVerifyKey IpVerifyKey

PS public key of the IP

IpCdiVerifyKey IpCdiVerifyKey

Ed public key of the IP

Properties

Description

Free form description, e.g., how to contact them off-chain

public Description Description { get; init; }

Property Value

Description

IpCdiVerifyKey

Ed public key of the IP

public IpCdiVerifyKey IpCdiVerifyKey { get; init; }

Property Value

IpCdiVerifyKey

IpIdentity

Unique identifier of the identity provider.

public IpIdentity IpIdentity { get; init; }

Property Value

IpIdentity

IpVerifyKey

PS public key of the IP

public IpVerifyKey IpVerifyKey { get; init; }

Property Value

IpVerifyKey