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