1 instantiation of ValidityAsn
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
845Validity = new ValidityAsn(notBefore, notAfter),
8 references to ValidityAsn
System.Security.Cryptography (8)
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (2)
21internal System.Security.Cryptography.X509Certificates.Asn1.ValidityAsn Validity; 219System.Security.Cryptography.X509Certificates.Asn1.ValidityAsn.Decode(ref sequenceReader, out decoded.Validity);
System\Security\Cryptography\X509Certificates\Asn1\ValidityAsn.xml.cs (6)
31internal static ValidityAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 36internal static ValidityAsn Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 42DecodeCore(ref reader, expectedTag, out ValidityAsn decoded); 52internal static void Decode(ref AsnValueReader reader, out ValidityAsn decoded) 57internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, out ValidityAsn decoded) 69private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, out ValidityAsn decoded)