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