1 implementation of AccuracyInMicroseconds
NuGet.Packaging (1)
Signing\Timestamp\Rfc3161TimestampTokenInfoNetstandard21Wrapper.cs (1)
37
public long?
AccuracyInMicroseconds
=> _rfc3161TimestampTokenInfo.AccuracyInMicroseconds;
2 references to AccuracyInMicroseconds
NuGet.Packaging (2)
Signing\Timestamp\Rfc3161TimestampVerificationUtility.cs (2)
47
if (!tstInfo.
AccuracyInMicroseconds
.HasValue)
60
accuracyInMilliseconds = tstInfo.
AccuracyInMicroseconds
.Value * _millisecondsPerMicrosecond;