2 writes to _lazyNotAfter
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
40
_lazyNotAfter
= DateTime.MinValue;
624
notAfter =
_lazyNotAfter
= Pal.NotAfter;
1 reference to _lazyNotAfter
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
620
DateTime notAfter =
_lazyNotAfter
;