Skip to main content

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

CertificateDigest

NextLexicographicalOpt()

Returns the next digest in byte-increasing order, or None if the result would overflow.

CertificateDigest? NextLexicographicalOpt()

Returns

CertificateDigest?

ToBase58()

string ToBase58()

Returns

String

ToBytes()

Byte[] ToBytes()

Returns

Byte[]