ICertificateDigest
Namespace: IotaSdk
The digest of a certificate.
public interface ICertificateDigest : System.IEquatable`1[[IotaSdk.CertificateDigest, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<CertificateDigest>
Attributes NullableContextAttribute
Methods
NextLexicographical()
Returns the next digest in byte-increasing order.
CertificateDigest NextLexicographical()
Returns
NextLexicographicalOpt()
Returns the next digest in byte-increasing order, or None if
the result would overflow.
CertificateDigest? NextLexicographicalOpt()
Returns
ToBase58()
string ToBase58()
Returns
ToBytes()
Byte[] ToBytes()