3 writes to UtcTime
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\Asn1\TimeAsn.manual.cs (2)
17UtcTime = utcValue; 22UtcTime = null;
System\Security\Cryptography\X509Certificates\Asn1\TimeAsn.xml.cs (1)
114decoded.UtcTime = reader.ReadUtcTime();
3 references to UtcTime
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\Asn1\TimeAsn.manual.cs (1)
27public DateTimeOffset GetValue() => (UtcTime ?? GeneralTime).GetValueOrDefault();
System\Security\Cryptography\X509Certificates\Asn1\TimeAsn.xml.cs (2)
55if (UtcTime.HasValue) 60writer.WriteUtcTime(UtcTime.Value);