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