Secp256r1Signature
Namespace: IotaSdk
A secp256r1 signature.
BCS
The BCS serialized form for this type is defined by the following ABNF:
secp256r1-signature = 64OCTET
public class Secp256r1Signature : ISecp256r1Signature, System.IEquatable`1[[IotaSdk.Secp256r1Signature, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IDisposable
Inheritance Object → Secp256r1Signature
Implements ISecp256r1Signature, IEquatable<Secp256r1Signature>, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
Secp256r1Signature(UInt64)
public Secp256r1Signature(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
ToBytes()
public Byte[] ToBytes()
Returns
Equals(Secp256r1Signature)
public bool Equals(Secp256r1Signature? other)
Parameters
other Secp256r1Signature?
Returns
Equals(Object)
public override bool Equals(object? obj)
Parameters
obj Object?
Returns
GetHashCode()
public override int GetHashCode()
Returns
FromBytes(Byte[])
public static Secp256r1Signature FromBytes(Byte[] bytes)
Parameters
bytes Byte[]
Returns
Exceptions
FromStr(String)
public static Secp256r1Signature FromStr(string s)
Parameters
s String
Returns
Exceptions
Random()
public static Secp256r1Signature Random()