Click or drag to resize

AggregationRequestPdu Constructor (PduHeader, PduPayload, HashAlgorithm, Byte)

Create aggregation request pdu TLV element from KSI header and payload.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public AggregationRequestPdu(
	PduHeader header,
	PduPayload payload,
	HashAlgorithm hmacAlgorithm,
	byte[] key
)

Parameters

header
Type: Guardtime.KSI.ServicePduHeader
PDU header
payload
Type: Guardtime.KSI.ServicePduPayload
aggregation payload
hmacAlgorithm
Type: Guardtime.KSI.HashingHashAlgorithm
HMAC algorithm
key
Type: SystemByte
hmac key
See Also