7 references to UtcTime
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnDecoder.UtcTime.cs (1)
89expectedTag ?? Asn1Tag.UtcTime,
System\Formats\Asn1\AsnWriter.UtcTime.cs (2)
31WriteUtcTimeCore(tag?.AsPrimitive() ?? Asn1Tag.UtcTime, value); 68WriteUtcTimeCore(tag?.AsPrimitive() ?? Asn1Tag.UtcTime, value);
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\Asn1\TimeAsn.xml.cs (2)
31ensureUniqueTag(Asn1Tag.UtcTime, "UtcTime"); 97if (tag.HasSameClassAndValue(Asn1Tag.UtcTime))
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (2)
262if (reader.PeekTag().HasSameClassAndValue(Asn1Tag.UtcTime)) 272if (reader.PeekTag().HasSameClassAndValue(Asn1Tag.UtcTime))