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)
99decoded.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)
40if (UtcTime.HasValue) 45writer.WriteUtcTime(UtcTime.Value);