ImprintTag Constructor (UInt32, Boolean, Boolean, DataHash)
|
Create new imprint TLV element from data.
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic ImprintTag(
uint type,
bool nonCritical,
bool forward,
DataHash value
)
Public Sub New (
type As UInteger,
nonCritical As Boolean,
forward As Boolean,
value As DataHash
)
public:
ImprintTag(
unsigned int type,
bool nonCritical,
bool forward,
DataHash^ value
)
new :
type : uint32 *
nonCritical : bool *
forward : bool *
value : DataHash -> ImprintTag
Parameters
- type
- Type: SystemUInt32
TLV element type - nonCritical
- Type: SystemBoolean
Is TLV element non critical - forward
- Type: SystemBoolean
Is TLV element forwarded - value
- Type: Guardtime.KSI.HashingDataHash
data hash
See Also