IIdentityRequestTime Property
|
The time when the server received the request from the client (in milliseconds)
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
SyntaxNullable<ulong> RequestTime { get; }
ReadOnly Property RequestTime As Nullable(Of ULong)
Get
property Nullable<unsigned long long> RequestTime {
Nullable<unsigned long long> get ();
}
abstract RequestTime : Nullable<uint64> with get
Property Value
Type:
NullableUInt64
See Also