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