LegacyIdentityRequestTime 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)
Syntaxpublic Nullable<ulong> RequestTime { get; }
Public ReadOnly Property RequestTime As Nullable(Of ULong)
Get
public:
virtual property Nullable<unsigned long long> RequestTime {
Nullable<unsigned long long> get () sealed;
}
abstract RequestTime : Nullable<uint64> with get
override RequestTime : Nullable<uint64> with get
Property Value
Type:
NullableUInt64Implements
IIdentityRequestTime
See Also