Struct IpIdentity
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
A succinct identifier of an identity provider on the chain. In credential deployments, and other interactions with the chain this is used to identify which identity provider is meant.
public readonly record struct IpIdentity : IEquatable<IpIdentity>
- Implements
- Inherited Members
Constructors
IpIdentity(uint)
A succinct identifier of an identity provider on the chain. In credential deployments, and other interactions with the chain this is used to identify which identity provider is meant.
public IpIdentity(uint Id)
Parameters
Id
uint
Properties
Id
public uint Id { get; init; }