3 references to GetNotBefore
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
404
return
GetNotBefore
().ToString();
558
sb.AppendLine(FormatDate(
GetNotBefore
()));
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
308
public DateTime NotBefore =>
GetNotBefore
();