PublicationRecordInSignature Constructor (Boolean, Boolean, ITlvTag)
|
Create new publication record TLV element to be used in signature.
Namespace:
Guardtime.KSI.Publication
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic PublicationRecordInSignature(
bool nonCritical,
bool forward,
ITlvTag[] childTags
)
Public Sub New (
nonCritical As Boolean,
forward As Boolean,
childTags As ITlvTag()
)
public:
PublicationRecordInSignature(
bool nonCritical,
bool forward,
array<ITlvTag^>^ childTags
)
new :
nonCritical : bool *
forward : bool *
childTags : ITlvTag[] -> PublicationRecordInSignature
Parameters
- nonCritical
- Type: SystemBoolean
Is TLV element non critical - forward
- Type: SystemBoolean
Is TLV element forwarded - childTags
- Type: Guardtime.KSI.ParserITlvTag
List of child TLV elements
See Also