AggregationHashChainMetadataSequenceNumber Property
|
A local sequence number of a request assigned by the machine that created the link
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic Nullable<ulong> SequenceNumber { get; }
Public ReadOnly Property SequenceNumber As Nullable(Of ULong)
Get
public:
virtual property Nullable<unsigned long long> SequenceNumber {
Nullable<unsigned long long> get () sealed;
}
abstract SequenceNumber : Nullable<uint64> with get
override SequenceNumber : Nullable<uint64> with get
Property Value
Type:
NullableUInt64Implements
IIdentitySequenceNumber
See Also