3 references to GetNotAfter
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
409return GetNotAfter().ToString(); 564sb.AppendLine(FormatDate(GetNotAfter()));
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
307public DateTime NotAfter => GetNotAfter();