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