1 instantiation of Rfc3161Accuracy
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
358tstInfo.Accuracy = new Rfc3161Accuracy(accuracyInMicroseconds.Value);
9 references to Rfc3161Accuracy
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (6)
48internal static Rfc3161Accuracy Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 53internal static Rfc3161Accuracy Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 59DecodeCore(ref reader, expectedTag, out Rfc3161Accuracy decoded); 69internal static void Decode(ref AsnValueReader reader, out Rfc3161Accuracy decoded) 74internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, out Rfc3161Accuracy decoded) 86private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, out Rfc3161Accuracy decoded)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (3)
22internal System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy? Accuracy; 173System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy tmpAccuracy; 174System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy.Decode(ref sequenceReader, out tmpAccuracy);