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