Struct PamojaTypeHashDigest
A RIHS01 type hash: the digest that identifies a message definition.
public struct PamojaTypeHashDigest
- Inherited Members
Remarks
The C ABI declares the digest as a fixed array inside a struct that crosses by value, so the managed mirror needs a type of exactly that width.
Fields
Length
The width of a digest, in bytes.
public const int Length = 32
Field Value
Methods
ToArray()
Copies a digest out as an array.
public readonly byte[] ToArray()
Returns
- byte[]
The 32 bytes.