2 writes to Accuracy
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
175
decoded.
Accuracy
= tmpAccuracy;
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
358
tstInfo.
Accuracy
= new Rfc3161Accuracy(accuracyInMicroseconds.Value);
8 references to Accuracy
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (2)
62
if (
Accuracy
.HasValue)
64
Accuracy
.Value.Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (6)
118
public long? AccuracyInMicroseconds => _parsedData.
Accuracy
?.TotalMicros;
285
if (parsedInfo.
Accuracy
?.Micros > 999 ||
286
parsedInfo.
Accuracy
?.Micros < 1 ||
287
parsedInfo.
Accuracy
?.Millis > 999 ||
288
parsedInfo.
Accuracy
?.Millis < 1 ||
289
parsedInfo.
Accuracy
?.Seconds < 0)