3 writes to Micros
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.manual.cs (2)
42Micros = (int)micros; 46Micros = null;
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (1)
127decoded.Micros = tmpMicros;
5 references to Micros
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.manual.cs (1)
53Micros.GetValueOrDefault();
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (2)
40if (Micros.HasValue) 42writer.WriteInteger(Micros.Value, new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (2)
285if (parsedInfo.Accuracy?.Micros > 999 || 286parsedInfo.Accuracy?.Micros < 1 ||