AggregationHashChainGetChainLinks Method
|
Get aggregation chain links
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic ReadOnlyCollection<AggregationHashChainLink> GetChainLinks()
Public Function GetChainLinks As ReadOnlyCollection(Of AggregationHashChainLink)
public:
ReadOnlyCollection<AggregationHashChainLink^>^ GetChainLinks()
member GetChainLinks : unit -> ReadOnlyCollection<AggregationHashChainLink>
Return Value
Type:
ReadOnlyCollectionAggregationHashChainLink
See Also