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