AggregationHashChainCalcLocationPointer Method (AggregationHashChainLink)
|
eturns location pointer based on aggregation hash 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 static ulong CalcLocationPointer(
AggregationHashChainLink[] links
)
Public Shared Function CalcLocationPointer (
links As AggregationHashChainLink()
) As ULong
public:
static unsigned long long CalcLocationPointer(
array<AggregationHashChainLink^>^ links
)
static member CalcLocationPointer :
links : AggregationHashChainLink[] -> uint64
Parameters
- links
- Type: Guardtime.KSI.SignatureAggregationHashChainLink
aggregation hash chain links
Return Value
Type:
UInt64
See Also