KsiSignatureGetAggregationHashChains Method
|
Get aggregation hash chains list.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic ReadOnlyCollection<AggregationHashChain> GetAggregationHashChains()
Public Function GetAggregationHashChains As ReadOnlyCollection(Of AggregationHashChain)
public:
virtual ReadOnlyCollection<AggregationHashChain^>^ GetAggregationHashChains() sealed
abstract GetAggregationHashChains : unit -> ReadOnlyCollection<AggregationHashChain>
override GetAggregationHashChains : unit -> ReadOnlyCollection<AggregationHashChain>
Return Value
Type:
ReadOnlyCollectionAggregationHashChainaggregations hash chains list
Implements
IKsiSignatureGetAggregationHashChains
See Also