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