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