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