IIdentitySequenceNumber 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)
SyntaxNullable<ulong> SequenceNumber { get; }
ReadOnly Property SequenceNumber As Nullable(Of ULong)
Get
property Nullable<unsigned long long> SequenceNumber {
Nullable<unsigned long long> get ();
}
abstract SequenceNumber : Nullable<uint64> with get
Property Value
Type:
NullableUInt64
See Also