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
IpIdentityUnique identifier of the identity provider.
Description
DescriptionFree form description, e.g., how to contact them off-chain
IpVerifyKey
IpVerifyKeyPS public key of the IP
IpCdiVerifyKey
IpCdiVerifyKeyEd 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
IpCdiVerifyKey
Ed public key of the IP
public IpCdiVerifyKey IpCdiVerifyKey { get; init; }
Property Value
IpIdentity
Unique identifier of the identity provider.
public IpIdentity IpIdentity { get; init; }
Property Value
IpVerifyKey
PS public key of the IP
public IpVerifyKey IpVerifyKey { get; init; }