CertificateDigest
Namespace: IotaSdk
The digest of a certificate.
public class CertificateDigest : ICertificateDigest, System.IEquatable`1[[IotaSdk.CertificateDigest, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IDisposable
Inheritance Object → CertificateDigest
Implements ICertificateDigest, IEquatable<CertificateDigest>, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
CertificateDigest(UInt64)
public CertificateDigest(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
NextLexicographical()
Returns the next digest in byte-increasing order.
public CertificateDigest NextLexicographical()
Returns
NextLexicographicalOpt()
Returns the next digest in byte-increasing order, or None if
the result would overflow.
public CertificateDigest? NextLexicographicalOpt()
Returns
ToBase58()
public string ToBase58()
Returns
ToBytes()
public Byte[] ToBytes()
Returns
ToString()
public override string ToString()
Returns
Equals(CertificateDigest)
public bool Equals(CertificateDigest? other)
Parameters
other CertificateDigest?
Returns
Equals(Object)
public override bool Equals(object? obj)
Parameters
obj Object?
Returns
GetHashCode()
public override int GetHashCode()
Returns
FromBase58(String)
public static CertificateDigest FromBase58(string base58)
Parameters
base58 String
Returns
Exceptions
FromBytes(Byte[])
public static CertificateDigest FromBytes(Byte[] bytes)
Parameters
bytes Byte[]
Returns
Exceptions
Random()
public static CertificateDigest Random()