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