1 instantiation of Rfc3161Accuracy
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
352tstInfo.Accuracy = new Rfc3161Accuracy(accuracyInMicroseconds.Value);
12 references to Rfc3161Accuracy
System.Security.Cryptography.Pkcs (12)
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 ValueAsnReader reader, out Rfc3161Accuracy decoded) 74internal static void Decode(ref ValueAsnReader reader, Asn1Tag expectedTag, out Rfc3161Accuracy decoded) 86private static void DecodeCore(ref ValueAsnReader reader, Asn1Tag expectedTag, out Rfc3161Accuracy decoded)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (6)
37internal System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy? Accuracy; 176System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy tmpAccuracy; 177System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy.Decode(ref sequenceReader, out tmpAccuracy); 245internal System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy? Accuracy; 420System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy tmpAccuracy; 421System.Security.Cryptography.Pkcs.Asn1.Rfc3161Accuracy.Decode(ref sequenceReader, out tmpAccuracy);