Click or drag to resize

VerificationRuleGetAggregationHashChains Method

Get aggregation hash chain collection from KSI signature

Namespace:  Guardtime.KSI.Signature.Verification.Rule
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static ReadOnlyCollection<AggregationHashChain> GetAggregationHashChains(
	IKsiSignature signature,
	bool canBeEmpty
)

Parameters

signature
Type: Guardtime.KSI.SignatureIKsiSignature
KSI signature
canBeEmpty
Type: SystemBoolean
indicates if aggregation has chain collection can be empty

Return Value

Type: ReadOnlyCollectionAggregationHashChain
aggregation hash chain collection
See Also