AggregationHashChainGetOutputHash Method
|
Get output hash.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic AggregationHashChainResult GetOutputHash(
AggregationHashChainResult result
)
Public Function GetOutputHash (
result As AggregationHashChainResult
) As AggregationHashChainResult
public:
AggregationHashChainResult^ GetOutputHash(
AggregationHashChainResult^ result
)
member GetOutputHash :
result : AggregationHashChainResult -> AggregationHashChainResult
Parameters
- result
- Type: Guardtime.KSI.SignatureAggregationHashChainResult
last hashing result
Return Value
Type:
AggregationHashChainResultoutput hash chain result
See Also