CryptoSignatureVerificationDataSignTime Property
|
Time of signing. If the time is given then it will be used for checking if certificate was valid at the given time.
Namespace:
Guardtime.KSI.Crypto
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic Nullable<ulong> SignTime { get; }
Public ReadOnly Property SignTime As Nullable(Of ULong)
Get
public:
property Nullable<unsigned long long> SignTime {
Nullable<unsigned long long> get ();
}
member SignTime : Nullable<uint64> with get
Property Value
Type:
NullableUInt64
See Also