Class IpVerifyKey
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Pointcheval-Sanders public key of the identity provider.
public sealed record IpVerifyKey : IEquatable<IpVerifyKey>
- Inheritance
-
IpVerifyKey
- Implements
- Inherited Members
Constructors
IpVerifyKey(byte[])
Pointcheval-Sanders public key of the identity provider.
public IpVerifyKey(byte[] Key)
Parameters
Key
byte[]
Properties
Key
public byte[] Key { get; init; }
Property Value
- byte[]