2 instantiations of TimeAsn
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\Asn1\ValidityAsn.manual.cs (2)
10NotBefore = new TimeAsn(notBefore); 11NotAfter = new TimeAsn(notAfter);
8 references to TimeAsn
System.Security.Cryptography (8)
System\Security\Cryptography\X509Certificates\Asn1\TimeAsn.xml.cs (4)
64internal static TimeAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 70DecodeCore(ref reader, out TimeAsn decoded); 80internal static void Decode(ref AsnValueReader reader, out TimeAsn decoded) 92private static void DecodeCore(ref AsnValueReader reader, out TimeAsn decoded)
System\Security\Cryptography\X509Certificates\Asn1\ValidityAsn.xml.cs (4)
14internal System.Security.Cryptography.X509Certificates.Asn1.TimeAsn NotBefore; 15internal System.Security.Cryptography.X509Certificates.Asn1.TimeAsn NotAfter; 74System.Security.Cryptography.X509Certificates.Asn1.TimeAsn.Decode(ref sequenceReader, out decoded.NotBefore); 75System.Security.Cryptography.X509Certificates.Asn1.TimeAsn.Decode(ref sequenceReader, out decoded.NotAfter);